Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/
Dtfprof_output.proto22 TFProfTensorProto tensor_value = 15; field
/external/tensorflow/tensorflow/core/kernels/
Dtensor_array_ops.cc425 const Tensor* tensor_value; in Compute() local
1044 const Tensor* tensor_value; in Compute() local
1242 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.cc341 for (const TensorValue& tensor_value : inputs) { in Run() local