LostTech.TensorFlow : API Documentation

Type TensorTracer

Namespace tensorflow.python.tpu.tensor_tracer

Parent PythonObjectContainer

Interfaces ITensorTracer

Public instance methods

object host_call_deps_and_fn_dyn()

object trace_cpu(Graph graph, IEnumerable<IGraphNodeBase> tensor_fetches, object op_fetches)

object trace_cpu(Graph graph, IGraphNodeBase tensor_fetches, object op_fetches)

object trace_cpu_dyn(object graph, object tensor_fetches, object op_fetches)

object trace_tpu(Graph graph, object tensor_fetches, object op_fetches, Nullable<int> num_replicas, object num_replicas_per_host, object num_hosts)

object trace_tpu(Graph graph, object tensor_fetches, IGraphNodeBase op_fetches, Nullable<int> num_replicas, object num_replicas_per_host, object num_hosts)

object trace_tpu(Graph graph, object tensor_fetches, IEnumerable<object> op_fetches, Nullable<int> num_replicas, object num_replicas_per_host, object num_hosts)

object trace_tpu(Graph graph, IGraphNodeBase tensor_fetches, object op_fetches, Nullable<int> num_replicas, object num_replicas_per_host, object num_hosts)

object trace_tpu(Graph graph, IGraphNodeBase tensor_fetches, IGraphNodeBase op_fetches, Nullable<int> num_replicas, object num_replicas_per_host, object num_hosts)

object trace_tpu(Graph graph, IGraphNodeBase tensor_fetches, IEnumerable<object> op_fetches, Nullable<int> num_replicas, object num_replicas_per_host, object num_hosts)

object trace_tpu(Graph graph, IEnumerable<IGraphNodeBase> tensor_fetches, object op_fetches, Nullable<int> num_replicas, object num_replicas_per_host, object num_hosts)

object trace_tpu(Graph graph, IEnumerable<IGraphNodeBase> tensor_fetches, IGraphNodeBase op_fetches, Nullable<int> num_replicas, object num_replicas_per_host, object num_hosts)

object trace_tpu(Graph graph, IEnumerable<IGraphNodeBase> tensor_fetches, IEnumerable<object> op_fetches, Nullable<int> num_replicas, object num_replicas_per_host, object num_hosts)

object trace_tpu_dyn(object graph, object tensor_fetches, object op_fetches, object num_replicas, object num_replicas_per_host, object num_hosts)

Public static methods

void check_device_type(string device_type)

object check_device_type_dyn(object device_type)

void check_trace_mode(string device_type, object trace_mode)

object check_trace_mode_dyn(object device_type, object trace_mode)

bool device_mismatch(object device_type, object op)

object device_mismatch_dyn(object device_type, object op)

object is_enabled_dyn()

object loop_cond_op(Operation op)

object loop_cond_op_dyn(object op)

string reason(object op_idx, string details)

object reason_dyn(object op_idx, object details)

bool unsafe_op(object op)

object unsafe_op_dyn(object op)

bool unsafe_scalar_trace(object op)

object unsafe_scalar_trace_dyn(object op)

bool while_loop_op(object op)

object while_loop_op_dyn(object op)

Public properties

object PythonObject get;