Searched refs:formatted_string (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | string_format_op.cc | 42 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 D | proto_file_parser.cc | 304 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 D | byte_buffer.cc | 81 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 D | logging_ops.py | 311 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 D | update_version.py | 245 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 D | logging_ops_test.py | 311 formatted_string = string_ops.string_format("{}", tensor) 312 print_op = logging_ops.print_v2(formatted_string)
|