Constructors
constructor
- new SymbolicTensor(dtype, shape, sourceLayer, inputs, callArgs, name?, outputTensorIndex?): SymbolicTensor
Parameters
dtype: keyof DataTypeMap
sourceLayer: Layer
callArgs: Kwargs
Optional name: string
Optional outputTensorIndex: number
Properties
nodeIndex
nodeIndex: number
Readonly rank
rank: number
tensorIndex
tensorIndex: number
tf.SymbolicTensoris a placeholder for a Tensor without any concrete value.They are most often encountered when building a graph of
Layers for atf.LayersModeland the input data's shape, but not values are known.Doc