Home
last modified time | relevance | path

Searched defs:tensor_value (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_monitors_test.py277 self, tensor_value, dtype, expected_size, expected_num_neg_inf, argument
370 self, tensor_value, dtype, expected_size, expected_num_neg_inf, argument
Ddebug_events_monitors.py152 def _check_full_tensor_value(self, argument
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_output.proto22 TFProfTensorProto tensor_value = 15; field
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Doptimize_global_tensors.cc55 void RewriteReadOnlyVariableOpToTensorOp(Operation* op, Value tensor_value) { in RewriteReadOnlyVariableOpToTensorOp()
/external/tensorflow/tensorflow/core/kernels/
Dtensor_array_ops.cc423 const Tensor* tensor_value; in Compute() local
1042 const Tensor* tensor_value; in Compute() local
1240 const Tensor* tensor_value; in Compute() local
Dquantized_add_op.cc374 const int64 tensor_value = static_cast<int64>(tensor_data[i]); in VectorTensorAddition() local
434 const int64 tensor_value = static_cast<int64>(tensor_data[i]); in VectorTensorAddition() local
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device.cc64 for (const TensorValue& tensor_value : tensor_args_) { in GetLocalTensors() local
/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer.cc268 const Tensor& tensor_value) { in WriteGraphExecutionTrace()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc861 const std::vector<T>& tensor_value, in AddNewInputConstantTensor()
913 const std::vector<T>& tensor_value, in AddNewInputConstantTensor()