Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterpreterOptions ¶
type InterpreterOptions struct {
// contains filtered or unexported fields
}
InterpreterOptions represents a TensorFlow Lite InterpreterOptions.
type MlEngine ¶
func CreateMlEngine ¶
type Tensor ¶
type Tensor struct {
// contains filtered or unexported fields
}
Tensor represents TensorFlow Lite Tensor.
func (*Tensor) CopyFromBuffer ¶
func (t *Tensor) CopyFromBuffer(b interface{}) C.TfLiteStatus
CopyFromBuffer write buffer to the tensor.
type TensorType ¶
type TensorType int
TensorType is types of the tensor.
const ( TfLiteNoType TensorType = iota TfLiteFloat32 )
Tensors type
Click to show internal directories.
Click to hide internal directories.