Home
last modified time | relevance | path

Searched refs:formatted_string (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dstring_format_op.cc42 Tensor* formatted_string = nullptr; in Compute() local
44 ctx->allocate_output(0, TensorShape({}), &formatted_string)); in Compute()
53 formatted_string->scalar<tstring>()() = std::move(msg); in Compute()
/aosp_15_r20/external/grpc-grpc/test/cpp/util/
H A Dproto_file_parser.cc304 std::string formatted_string; in GetFormattedStringFromMessageType() local
309 if (!grpc::protobuf::json::MessageToJsonString(*msg, &formatted_string, in GetFormattedStringFromMessageType()
316 if (!protobuf::TextFormat::PrintToString(*msg, &formatted_string)) { in GetFormattedStringFromMessageType()
321 return formatted_string; in GetFormattedStringFromMessageType()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/
H A Dbyte_buffer.cc81 std::string formatted_string; in AsHexadecimal() local
84 &formatted_string, "%02x", static_cast<int>(data()[i])); in AsHexadecimal()
86 formatted_string += " "; in AsHexadecimal()
89 return formatted_string; in AsHexadecimal()
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dlogging_ops.py311 formatted_string = inputs[0]
384 formatted_string = string_ops.string_format(
392 formatted_string, output_stream=output_stream_string, name=name, end=end)
/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/
H A Dupdate_version.py245 formatted_string = lingering_string.replace(".", r"\.")
248 ["grep", "-rnoH", formatted_string, TF_SRC_DIR])
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/
H A Dlogging_ops_test.py311 formatted_string = string_ops.string_format("{}", tensor)
312 print_op = logging_ops.print_v2(formatted_string)