Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
82
func
(tensor *Tensor) Dtype() tf.DataType {
83
return
tensor.Output.DataType()
84
}
85
86
// --------
87
// Methods returning *Tensor
Callers
13
Add
Method · 0.95
Mul
Method · 0.95
MatMul
Method · 0.95
Pow
Method · 0.95
Scale
Method · 0.80
Normalize
Method · 0.80
Center
Method · 0.80
SaturateCast
Method · 0.80
ConvertDtype
Method · 0.80
AdjustGamma
Method · 0.80
Dilate
Method · 0.80
Erode
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestConvertDtype
Function · 0.64