Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Denv_test.cc130 TF_EXPECT_OK(ReadTextOrBinaryProto(env_, filename, &result2)); in TEST_F()
150 TF_EXPECT_OK(ReadTextOrBinaryProto(env_, filename, &result2)); in TEST_F()
H A Denv.h651 Status ReadTextOrBinaryProto(Env* env, const std::string& fname,
653 Status ReadTextOrBinaryProto(Env* env, const std::string& fname,
H A Denv.cc628 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 Dxla_compilation_cache_test_helper.cc152 TF_RETURN_IF_ERROR(ReadTextOrBinaryProto(env, file_path, &entry)); in AlterPersistentCacheEntryHloModuleNames()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_compilation_cache.cc906 TF_RETURN_IF_ERROR(ReadTextOrBinaryProto(env, file_path, &entry)); in TryLoadSerializedEntry()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dmodel.cc2772 ReadTextOrBinaryProto(Env::Default(), fname, &model_proto)); in Load()