LostTech.TensorFlow : API Documentation

Type constant_op

Namespace tensorflow.python.framework.constant_op

Public static methods

object convert_to_eager_tensor(IEnumerable<Nullable<int>> value, Context ctx, DType dtype)

object convert_to_eager_tensor(IEnumerable<Nullable<int>> value, Context ctx, PythonClassContainer dtype)

object convert_to_eager_tensor(object value, Context ctx, DType dtype)

object convert_to_eager_tensor(object value, Context ctx, PythonClassContainer dtype)

object convert_to_eager_tensor_dyn(object value, object ctx, object dtype)

bool is_constant(IEnumerable<object> tensor_or_op)

bool is_constant(Operation tensor_or_op)

bool is_constant(IGraphNodeBase tensor_or_op)

object is_constant_dyn(object tensor_or_op)

Public properties

PythonFunctionContainer convert_to_eager_tensor_fn get;

PythonFunctionContainer is_constant_fn get;