LostTech.TensorFlow : API Documentation

Type gen_tensor_forest_ops

Namespace tensorflow.contrib.tensor_forest.ops.gen_tensor_forest_ops

Public static methods

object reinterpret_string_to_float_eager_fallback(IGraphNodeBase input_data, string name, Context ctx)

object reinterpret_string_to_float_eager_fallback_dyn(object input_data, object name, object ctx)

Tensor ReinterpretStringToFloat(object input_data, string name)

object ReinterpretStringToFloat_dyn(object input_data, object name)

void scatter_add_ndim_eager_fallback(object input, object indices, object deltas, string name, object ctx)

object scatter_add_ndim_eager_fallback_dyn(object input, object indices, object deltas, object name, object ctx)

object ScatterAddNdim(object input, object indices, object deltas, string name)

object ScatterAddNdim_dyn(object input, object indices, object deltas, object name)

Public properties

PythonFunctionContainer reinterpret_string_to_float_eager_fallback_fn get;

PythonFunctionContainer ReinterpretStringToFloat_fn get;

PythonFunctionContainer scatter_add_ndim_eager_fallback_fn get;

PythonFunctionContainer ScatterAddNdim_fn get;