LostTech.TensorFlow : API Documentation

Type Interpreter

Namespace tensorflow.lite.python.interpreter

Parent PythonObjectContainer

Interfaces IInterpreter

Public instance methods

object allocate_tensors()

object allocate_tensors_dyn()

IList<IDictionary<string, object>> get_input_details()

object get_input_details_dyn()

IList<IDictionary<string, object>> get_output_details()

object get_output_details_dyn()

object get_tensor(int tensor_index)

IList<IDictionary<string, object>> get_tensor_details()

object get_tensor_details_dyn()

object get_tensor_dyn(object tensor_index)

void invoke()

object invoke_dyn()

object reset_all_variables()

object reset_all_variables_dyn()

void resize_tensor_input(int input_index, object tensor_size)

object resize_tensor_input_dyn(object input_index, object tensor_size)

void set_tensor(int tensor_index, ndarray value)

object set_tensor_dyn(object tensor_index, object value)

object tensor(int tensor_index)

object tensor_dyn(object tensor_index)

Public properties

object PythonObject get;