Home
last modified time | relevance | path

Searched refs:mutable_string_val (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dsaved_tensor_slice_util.h228 return t->mutable_string_val();
234 t->mutable_string_val()->Swap(&copy);
/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.h262 std::string* mutable_string_val(int index); in Swap()
273 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>* mutable_string_val(); in Swap()
1115 inline std::string* TensorProto::mutable_string_val(int index) { in mutable_string_val() function
1163 TensorProto::mutable_string_val() { in mutable_string_val() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/tests/roundtrip/
H A Droundtrip.cc48 tensor->mutable_string_val()->Clear(); in NormalizeNode()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dattr_value_util_test.cc200 (*b.mutable_tensor()->mutable_string_val(0))[3] = '1'; in TEST()
H A Dtensor_util.h253 *proto->mutable_string_val()->Add() = value;
/aosp_15_r20/external/tensorflow/tensorflow/core/debug/
H A Ddebug_io_utils.cc165 value->mutable_tensor()->mutable_string_val()->Swap( in WrapStringTensorAsEvents()
166 tensor_proto->mutable_string_val()); in WrapStringTensorAsEvents()
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/
H A Dconvert_tensor.cc453 output->mutable_string_val()); in ConvertToTensorProto()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Dconvert_tensor.cc454 output->mutable_string_val()); in ConvertToTensorProto()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dgrappler_item_builder.cc568 *(iter->second.mutable_tensor()->mutable_string_val(0)) = it->second; in GrapplerItemFromMetaGraphDef()