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.SymbolicTensor
is a placeholder for a Tensor without any concrete value.They are most often encountered when building a graph of
Layer
s for atf.LayersModel
and the input data's shape, but not values are known.Doc