LostTech.TensorFlow : API Documentation

Type InterpreterWrapper

Namespace tensorflow.lite.python.interpreter_wrapper.tensorflow_wrap_interpreter_wrapper

Parent PythonObjectContainer

Interfaces IInterpreterWrapper

Public instance methods

object AllocateTensors()

object AllocateTensors_dyn()

object GetTensor(object i)

object GetTensor_dyn(object i)

object InputIndices()

object InputIndices_dyn()

object Invoke()

object Invoke_dyn()

object ModifyGraphWithDelegate(object delegate)

object ModifyGraphWithDelegate_dyn(object delegate)

object NumTensors()

object NumTensors_dyn()

object OutputIndices()

object OutputIndices_dyn()

object ResetVariableTensors()

object ResetVariableTensors_dyn()

object ResizeInputTensor(object i, object value)

object ResizeInputTensor_dyn(object i, object value)

object SetTensor(object i, object value)

object SetTensor_dyn(object i, object value)

object tensor(object base_object, object i)

object tensor_dyn(object base_object, object i)

object TensorName(object i)

object TensorName_dyn(object i)

object TensorQuantization(object i)

object TensorQuantization_dyn(object i)

object TensorSize(object i)

object TensorSize_dyn(object i)

object TensorType(object i)

object TensorType_dyn(object i)

Public properties

PythonFunctionContainer CreateWrapperCPPFromBuffer get; set;

object CreateWrapperCPPFromBuffer_dyn get; set;

PythonFunctionContainer CreateWrapperCPPFromFile get; set;

object CreateWrapperCPPFromFile_dyn get; set;

object PythonObject get;