Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Dconvert_tensor.cc329 Cord* tensor_content) { in ConvertFloatElementsAttr()
358 Cord* tensor_content) { in ConvertIntElementsAttr()
372 Cord* tensor_content) { in ConvertUIntElementsAttr()
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/
H A 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()
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/protobuf/
Dtransport_options.pb.h233 inline const std::string& RecvBufRespExtra::tensor_content(int index) const { in tensor_content() function
280 RecvBufRespExtra::tensor_content() const { in tensor_content() function
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A Dtransport_options.proto9 repeated bytes tensor_content = 1; field
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor.proto38 bytes tensor_content = 4; field
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/framework/
Dtensor.pb.h864 inline const std::string& TensorProto::tensor_content() const { in tensor_content() function
895 inline void TensorProto::set_allocated_tensor_content(std::string* tensor_content) { in set_allocated_tensor_content()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dop_level_cost_estimator_test.cc399 const bool tensor_content, TensorProto* tensor_proto) { in GetTensorProto()