LostTech.TensorFlow : API Documentation

Type xla

Namespace tensorflow.python.xla

Public static methods

string check_function_argument_count(PythonFunctionContainer func, int input_arity, InfeedQueue infeed_queue)

object check_function_argument_count_dyn(object func, object input_arity, object infeed_queue)

bool is_flat(IDictionary<object, object> outputs)

bool is_flat(IEnumerable<object> outputs)

bool is_flat(IGraphNodeBase outputs)

object is_flat_dyn(object outputs)

Public properties

PythonFunctionContainer _CapturedObject_fn get;

PythonFunctionContainer check_function_argument_count_fn get;

PythonFunctionContainer is_flat_fn get;

PythonFunctionContainer XLACompileContext_fn get;