LostTech.TensorFlow : API Documentation

Type ops

Namespace tensorflow.python.framework.ops

Methods

Properties

Public static methods

object colocate_with(PythonFunctionContainer op, bool ignore_existing)

object colocate_with(IEnumerable<object> op, bool ignore_existing)

IList<Tensor> convert_n_to_tensor(IEnumerable<IGraphNodeBase> values, DType dtype, string name, object preferred_dtype)

IList<Tensor> convert_n_to_tensor(object values, DType dtype, string name, object preferred_dtype)

object convert_n_to_tensor_dyn(object values, object dtype, object name, object preferred_dtype)

IList<object> convert_n_to_tensor_or_composite(object values, DType dtype, string name)

IList<object> convert_n_to_tensor_or_composite(PythonClassContainer values, DType dtype, string name)

IList<object> convert_n_to_tensor_or_composite(TensorArray values, DType dtype, string name)

IList<object> convert_n_to_tensor_or_composite(IEnumerable<object> values, DType dtype, string name)

object convert_n_to_tensor_or_composite_dyn(object values, object dtype, object name)

object convert_to_tensor_or_composite(IEnumerable<object> value, DType dtype, string name)

object convert_to_tensor_or_composite(object value, DType dtype, string name)

object convert_to_tensor_or_composite_dyn(object value, object dtype, object name)

IEnumerator<object> default_session(BaseDebugWrapperSession session)

IEnumerator<object> default_session(BaseSession session)

object default_session_dyn(object session)

void dismantle_graph(Graph graph)

object dismantle_graph_dyn(object graph)

void eager_run(object main, object argv)

object eager_run_dyn(object main, object argv)

void enable_eager_execution_internal(object config, object device_policy, object execution_mode, object server_def)

object enable_eager_execution_internal_dyn(object config, object device_policy, object execution_mode, object server_def)

object enter_eager_name_scope(Context ctx, PythonFunctionContainer name)

object enter_eager_name_scope(Context ctx, string name)

object enter_eager_name_scope_dyn(object ctx, object name)

bool executing_eagerly_outside_functions()

object executing_eagerly_outside_functions_dyn()

object get_collection_proto_type(Saver collection_name)

object get_collection_proto_type(string collection_name)

object get_collection_proto_type_dyn(object collection_name)

object get_from_proto_function(string collection_name)

object get_from_proto_function(object collection_name)

object get_from_proto_function_dyn(object collection_name)

object get_gradient_function(object op)

object get_gradient_function(Operation op)

object get_gradient_function_dyn(object op)

OpStats get_stats_for_node_def(Graph graph, object node, string statistic_type)

object get_stats_for_node_def_dyn(object graph, object node, object statistic_type)

object get_to_proto_function(Saver collection_name)

object get_to_proto_function(string collection_name)

object get_to_proto_function_dyn(object collection_name)

bool has_default_graph()

object has_default_graph_dyn()

bool inside_function()

object inside_function_dyn()

IList<Tensor> internal_convert_n_to_tensor(object values, DType dtype, string name, bool as_ref, object preferred_dtype, object ctx)

IList<Tensor> internal_convert_n_to_tensor(PythonClassContainer values, DType dtype, string name, bool as_ref, object preferred_dtype, object ctx)

IList<Tensor> internal_convert_n_to_tensor(IGraphNodeBase values, DType dtype, string name, bool as_ref, object preferred_dtype, object ctx)

IList<Tensor> internal_convert_n_to_tensor(int values, DType dtype, string name, bool as_ref, object preferred_dtype, object ctx)

IList<Tensor> internal_convert_n_to_tensor(ValueTuple values, DType dtype, string name, bool as_ref, object preferred_dtype, object ctx)

IList<Tensor> internal_convert_n_to_tensor(IEnumerable<int> values, DType dtype, string name, bool as_ref, object preferred_dtype, object ctx)

IList<Tensor> internal_convert_n_to_tensor(IDictionary<object, object> values, DType dtype, string name, bool as_ref, object preferred_dtype, object ctx)

object internal_convert_n_to_tensor_dyn(object values, object dtype, object name, ImplicitContainer<T> as_ref, object preferred_dtype, object ctx)

IList<object> internal_convert_n_to_tensor_or_composite(TensorArray values, DType dtype, string name, bool as_ref)

IList<object> internal_convert_n_to_tensor_or_composite(IEnumerable<object> values, DType dtype, string name, bool as_ref)

IList<object> internal_convert_n_to_tensor_or_composite(PythonClassContainer values, DType dtype, string name, bool as_ref)

object internal_convert_n_to_tensor_or_composite_dyn(object values, object dtype, object name, ImplicitContainer<T> as_ref)

Tensor internal_convert_to_tensor(object value, DType dtype, string name, bool as_ref, DType preferred_dtype, Context ctx, ImplicitContainer<T> accepted_result_types)

Tensor internal_convert_to_tensor(IEnumerable<IGraphNodeBase> value, PythonClassContainer dtype, string name, bool as_ref, DType preferred_dtype, Context ctx, ImplicitContainer<T> accepted_result_types)

Tensor internal_convert_to_tensor(PythonFunctionContainer value, DType dtype, string name, bool as_ref, DType preferred_dtype, Context ctx, ImplicitContainer<T> accepted_result_types)

Tensor internal_convert_to_tensor(PythonFunctionContainer value, PythonClassContainer dtype, string name, bool as_ref, DType preferred_dtype, Context ctx, ImplicitContainer<T> accepted_result_types)

Tensor internal_convert_to_tensor(object value, PythonClassContainer dtype, string name, bool as_ref, DType preferred_dtype, Context ctx, ImplicitContainer<T> accepted_result_types)

Tensor internal_convert_to_tensor(IEnumerable<IGraphNodeBase> value, DType dtype, string name, bool as_ref, DType preferred_dtype, Context ctx, ImplicitContainer<T> accepted_result_types)

object internal_convert_to_tensor_dyn(object value, object dtype, object name, ImplicitContainer<T> as_ref, object preferred_dtype, object ctx, ImplicitContainer<T> accepted_result_types)

object internal_convert_to_tensor_or_composite(object value, DType dtype, string name, bool as_ref)

object internal_convert_to_tensor_or_composite(IEnumerable<object> value, DType dtype, string name, bool as_ref)

object internal_convert_to_tensor_or_composite_dyn(object value, object dtype, object name, ImplicitContainer<T> as_ref)

bool is_dense_tensor_like(IEnumerable<IGraphNodeBase> t)

bool is_dense_tensor_like(PythonFunctionContainer t)

bool is_dense_tensor_like(object t)

object is_dense_tensor_like_dyn(object t)

string name_from_scope_name(string name)

string name_from_scope_name(PythonFunctionContainer name)

object name_from_scope_name_dyn(object name)

string numpy_text(IGraphNodeBase tensor, bool is_repr)

string numpy_text(AutoCastDistributedVariable tensor, bool is_repr)

string numpy_text(ValueTuple<PythonClassContainer, PythonClassContainer> tensor, bool is_repr)

object numpy_text_dyn(object tensor, ImplicitContainer<T> is_repr)

object prepend_name_scope(string name, string import_scope)

object prepend_name_scope_dyn(object name, object import_scope)

void register_dense_tensor_like_type(PythonClassContainer tensor_type)

object register_dense_tensor_like_type_dyn(object tensor_type)

void register_proto_function(string collection_name, PythonClassContainer proto_type, object to_proto, object from_proto)

object register_proto_function_dyn(object collection_name, object proto_type, object to_proto, object from_proto)

void set_shape_and_handle_data_for_outputs(object _)

object set_shape_and_handle_data_for_outputs_dyn(object _)

object strip_name_scope(string name, string export_scope)

object strip_name_scope_dyn(object name, object export_scope)

int tensor_id(IEnumerable<object> tensor)

int tensor_id(Operation tensor)

int tensor_id(IGraphNodeBase tensor)

int tensor_id(string tensor)

object tensor_id_dyn(object tensor)

object uid()

object uid_dyn()

Public properties

PythonFunctionContainer _DefaultGraphStack_fn get;

PythonFunctionContainer _DefaultStack_fn get;

PythonFunctionContainer _EagerTensorBase_fn get;

PythonFunctionContainer _UserDeviceSpec_fn get;

LazyLoader ag_ctx get; set;

object ag_ctx_dyn get; set;

PythonFunctionContainer colocate_with_fn get;

PythonFunctionContainer convert_n_to_tensor_fn get;

PythonFunctionContainer convert_n_to_tensor_or_composite_fn get;

PythonFunctionContainer convert_to_tensor_or_composite_fn get;

PythonFunctionContainer default_session_fn get;

PythonFunctionContainer dismantle_graph_fn get;

PythonFunctionContainer eager_run_fn get;

object EagerTensor get; set;

object EagerTensor_dyn get; set;

PythonFunctionContainer enable_eager_execution_internal_fn get;

PythonFunctionContainer enter_eager_name_scope_fn get;

PythonFunctionContainer executing_eagerly_outside_functions_fn get;

PythonFunctionContainer get_all_collection_keys_fn get;

PythonFunctionContainer get_collection_proto_type_fn get;

PythonFunctionContainer get_from_proto_function_fn get;

PythonFunctionContainer get_gradient_function_fn get;

PythonFunctionContainer get_name_scope_fn get;

PythonFunctionContainer get_stats_for_node_def_fn get;

PythonFunctionContainer get_to_proto_function_fn get;

PythonFunctionContainer Graph_fn get;

PythonFunctionContainer GraphKeys_fn get;

PythonFunctionContainer has_default_graph_fn get;

PythonFunctionContainer inside_function_fn get;

PythonFunctionContainer internal_convert_n_to_tensor_fn get;

PythonFunctionContainer internal_convert_n_to_tensor_or_composite_fn get;

PythonFunctionContainer internal_convert_to_tensor_fn get;

PythonFunctionContainer internal_convert_to_tensor_or_composite_fn get;

PythonFunctionContainer is_dense_tensor_like_fn get;

PythonFunctionContainer name_from_scope_name_fn get;

PythonFunctionContainer name_scope_fn_ get;

PythonFunctionContainer name_scope_v2_fn get;

PythonFunctionContainer NullContextmanager_fn get;

PythonFunctionContainer numpy_text_fn get;

PythonFunctionContainer Operation_fn get;

PythonFunctionContainer OpStats_fn get;

PythonFunctionContainer prepend_name_scope_fn get;

PythonFunctionContainer register_dense_tensor_like_type_fn get;

PythonFunctionContainer register_proto_function_fn get;

PythonFunctionContainer RegisterGradient_fn get;

PythonFunctionContainer RegisterShape_fn get;

PythonFunctionContainer RegisterStatistics_fn get;

PythonFunctionContainer set_shape_and_handle_data_for_outputs_fn get;

PythonFunctionContainer strip_name_scope_fn get;

PythonFunctionContainer Tensor_fn get;

PythonFunctionContainer tensor_id_fn get;