Home
last modified time | relevance | path

Searched refs:SerializeToStringDeterministic (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/cc/saved_model/
H A Dfingerprinting.cc111 SerializeToStringDeterministic(graph_def, &graph_def_string); in ComputeHash()
165 SerializeToStringDeterministic(item.second, &signature_def_string); in RegularizeAndHashSignatureDefs()
199 SerializeToStringDeterministic( in RegularizeAndHashSavedObjectGraph()
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/
H A Dtpu_fingerprint_utils.cc34 TF_RET_CHECK(SerializeToStringDeterministic(library_proto, &serialized)); in FingerprintFunctionLibrary()
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/strings/
H A Dproto_serialization.h28 bool SerializeToStringDeterministic(const protobuf::MessageLite& msg,
H A Dproto_serialization_test.cc52 SerializeToStringDeterministic(graph_def, &serialized)); in BM_ProtoSerializationToString()
H A Dproto_serialization.cc59 bool SerializeToStringDeterministic(const protobuf::MessageLite& msg, in SerializeToStringDeterministic() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Ddump.cc415 if (!tensorflow::SerializeToStringDeterministic(module_proto, &pb)) { in DumpHloModuleImpl()
767 if (!tensorflow::SerializeToStringDeterministic(snapshot, &pb)) { in DumpHloSnapshotIfEnabled()
799 if (!tensorflow::SerializeToStringDeterministic(snapshot, &pb)) { in DumpHloSnapshotIfEnabled()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dxla_compiler.cc84 if (!tensorflow::SerializeToStringDeterministic(computation.proto(), in GetComputationSerializedProto()
94 if (!tensorflow::SerializeToStringDeterministic(module.ToProto(), &result)) { in GetHloModuleSerializedProto()
580 if (!tensorflow::SerializeToStringDeterministic(proto, &result)) { in BuildXlaCompilerSubmodule()
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/cc/
H A Ddtensor_device_util.cc266 SerializeToStringDeterministic(const_value_.value(), &serialized); in CacheKey()
399 SerializeToStringDeterministic(dereferenced_shape().value(), &serialized); in CacheKey()
532 SerializeToStringDeterministic(attributes, &serialized); in CacheKeyForGraph()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/kernels/
H A Dtpu_compile_ops.cc96 CHECK(SerializeToStringDeterministic(computation, &computation_serialized)); in CompilationCacheKey()
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Ddump_graph.cc179 if (!SerializeToStringDeterministic(proto, &s)) { in WriteTextProtoToUniqueFile()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_cluster_util.cc606 if (!SerializeToStringDeterministic(def, &s)) { in SerializeGraphDeterministic()
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_function_test.cc1642 SerializeToStringDeterministic(fdef1, &s1); in AssertEqual()
1643 SerializeToStringDeterministic(fdef2, &s2); in AssertEqual()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dfunction.cc1108 SerializeToStringDeterministic(options.config_proto, in Canonicalize()
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
H A Ddistributed_tpu_rewrite_pass.cc1430 SerializeToStringDeterministic(result_value, &result_value_serialized); in ParseAndValidateSharding()
1435 SerializeToStringDeterministic(sharding, &sharding_serialized); in ParseAndValidateSharding()