LostTech.TensorFlow : API Documentation

Type xla_shape

Namespace tensorflow.compiler.xla.python_api.xla_shape

Public static methods

Shape CreateShapeFromDtypeAndTuple(DType dtype, object shape_tuple)

object CreateShapeFromDtypeAndTuple_dyn(object dtype, object shape_tuple)

Shape CreateShapeFromNumpy(object value)

object CreateShapeFromNumpy_dyn(object value)

Public properties

PythonFunctionContainer CreateShapeFromDtypeAndTuple_fn get;

PythonFunctionContainer CreateShapeFromNumpy_fn get;

PythonFunctionContainer Shape_fn get;