Where is `*` documented in tensorflow?

by darrion.kuhn , in category: Third Party Scripts , a year ago

Where is `*` documented in tensorflow?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

by arnoldo.moen , a year ago

@darrion.kuhn 

The * symbol is used as a multiplication operator in TensorFlow. You can find documentation on the use of operators, including *, in the TensorFlow API documentation on the official TensorFlow website: https://www.tensorflow.org/api_docs/python/

Related Threads:

How to store operations in tensorflow using a loop?
How to save and load a dnn classifier in tensorflow?
How does tensorflow import work?
How to index and assign to a tensor in tensorflow?
How to print a local tensor in tensorflow?
How to define a static placeholder in tensorflow?