DataType holds the type for a scalar value. E.g., one slot in a tensor.
| 33 | |
| 34 | // DataType holds the type for a scalar value. E.g., one slot in a tensor. |
| 35 | type DataType C.TF_DataType |
| 36 | |
| 37 | // Types of scalar values in the TensorFlow type system. |
| 38 | const ( |
no outgoing calls
no test coverage detected