Searched refs:ReadTextOrBinaryProto (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | env_test.cc | 130 TF_EXPECT_OK(ReadTextOrBinaryProto(env_, filename, &result2)); in TEST_F() 150 TF_EXPECT_OK(ReadTextOrBinaryProto(env_, filename, &result2)); in TEST_F()
|
H A D | env.h | 651 Status ReadTextOrBinaryProto(Env* env, const std::string& fname, 653 Status ReadTextOrBinaryProto(Env* env, const std::string& fname,
|
H A D | env.cc | 628 Status ReadTextOrBinaryProto(Env* env, const string& fname, in ReadTextOrBinaryProto() function 636 Status ReadTextOrBinaryProto(Env* env, const string& fname, in ReadTextOrBinaryProto() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/tests/ |
H A D | xla_compilation_cache_test_helper.cc | 152 TF_RETURN_IF_ERROR(ReadTextOrBinaryProto(env, file_path, &entry)); in AlterPersistentCacheEntryHloModuleNames()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | xla_compilation_cache.cc | 906 TF_RETURN_IF_ERROR(ReadTextOrBinaryProto(env, file_path, &entry)); in TryLoadSerializedEntry()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | model.cc | 2772 ReadTextOrBinaryProto(Env::Default(), fname, &model_proto)); in Load()
|