MCPcopy
hub / github.com/galeone/tfgo / Dtype

Method Dtype

tensor.go:82–84  ·  view source on GitHub ↗

Dtype returns the tensor dtype

()

Source from the content-addressed store, hash-verified

80
81// Dtype returns the tensor dtype
82func (tensor *Tensor) Dtype() tf.DataType {
83 return tensor.Output.DataType()
84}
85
86// --------
87// Methods returning *Tensor

Callers 13

AddMethod · 0.95
MulMethod · 0.95
MatMulMethod · 0.95
PowMethod · 0.95
ScaleMethod · 0.80
NormalizeMethod · 0.80
CenterMethod · 0.80
SaturateCastMethod · 0.80
ConvertDtypeMethod · 0.80
AdjustGammaMethod · 0.80
DilateMethod · 0.80
ErodeMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestConvertDtypeFunction · 0.64