Home
last modified time | relevance | path

Searched refs:out_function_object (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/
Dtfcompile_wrapper.cc40 std::string out_function_object, std::string out_metadata_object, in PYBIND11_MODULE()
52 flags.out_function_object = std::move(out_function_object); in PYBIND11_MODULE()
/external/tensorflow/tensorflow/compiler/aot/
Dflags.h38 string out_function_object; member
Dflags.cc62 {"out_function_object", &flags->out_function_object, in AppendMainFlags()
Dtfcompile_main.cc64 flags.out_function_object = "out_model.o"; in main()
Dcompile.cc203 WriteStringToFile(env, flags.out_function_object, in Main()
Dtfcompile.bzl218 " --out_function_object=$(@D)/" + function_object_file +
/external/tensorflow/tensorflow/python/tools/
Dsaved_model_cli.py1096 out_function_object='{}.o'.format(output_prefix),