Home
last modified time | relevance | path

Searched defs:tensor_content (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/protobuf/
Dtransport_options.proto9 repeated bytes tensor_content = 1; field
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dconvert_tensor.cc329 Cord* tensor_content) { in ConvertFloatElementsAttr()
358 Cord* tensor_content) { in ConvertIntElementsAttr()
372 Cord* tensor_content) { in ConvertUIntElementsAttr()
/external/tensorflow/tensorflow/core/ir/importexport/
Dconvert_tensor.cc328 RepeatedField<T>* output, Cord* tensor_content) { in ConvertFloatElementsAttr()
359 RepeatedField<T>* output, Cord* tensor_content) { in ConvertIntElementsAttr()
372 RepeatedField<T>* output, Cord* tensor_content) { in ConvertUIntElementsAttr()
/external/tensorflow/tensorflow/core/framework/
Dtensor.proto38 bytes tensor_content = 4; field
/external/tensorflow/tensorflow/core/common_runtime/
Dmkl_layout_pass.cc1376 const auto tensor_content = tensor.flat<int>().data(); in CheckForTranspose() local
1381 const auto tensor_content = tensor.flat<int64_t>().data(); in CheckForTranspose() local
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator_test.cc399 const bool tensor_content, TensorProto* tensor_proto) { in GetTensorProto()