Home
last modified time | relevance | path

Searched defs:graphdef (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dresource_util_test.cc50 const GraphDef& graphdef, FunctionLibraryDefinition* flib_def, in AnalyzeAndVerify()
110 GraphDef graphdef; in TEST() local
150 GraphDef graphdef; in TEST() local
193 GraphDef graphdef; in TEST() local
241 GraphDef graphdef; in TEST() local
303 GraphDef graphdef; in TEST() local
366 GraphDef graphdef; in TEST() local
421 GraphDef graphdef; in TEST() local
474 GraphDef graphdef; in TEST() local
525 GraphDef graphdef; in TEST() local
/external/tensorflow/tensorflow/core/tfrt/utils/
Dtfrt_graph_execution_state_test.cc42 GraphDef graphdef; in TEST_F() local
87 GraphDef graphdef; in TEST_F() local
120 GraphDef graphdef; in TEST_F() local
182 GraphDef graphdef; in TEST_F() local
249 GraphDef graphdef; in TEST_F() local
281 GraphDef graphdef; in TEST_F() local
/external/tensorflow/tensorflow/compiler/jit/tests/
Dauto_clustering_test_helper.cc84 Status AssertGraphDefIsUnclustered(const GraphDef& graphdef) { in AssertGraphDefIsUnclustered()
111 GraphDef graphdef, absl::string_view golden_summary_file_path) { in RunAutoClusteringTestImpl()
167 GraphDef graphdef; in RunAutoClusteringTestWithPbtxt() local
196 GraphDef graphdef; in RunAutoClusteringTestWithGzippedPbtxt() local
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass_test.cc51 GraphDef graphdef; in AddGraphDefToFunctionLibrary() local
480 Status Encapsulate(GraphDef* graphdef, FunctionDefLibrary* library, in Encapsulate()
553 Status Encapsulate(GraphDef* graphdef, FunctionDefLibrary* library) { in Encapsulate()
584 GraphDef graphdef; in TEST() local
637 GraphDef graphdef; in TEST() local
866 GraphDef graphdef; in TEST() local
994 GraphDef graphdef; in TEST() local
1206 GraphDef graphdef; in TEST() local
1383 GraphDef graphdef; in TEST() local
1540 GraphDef graphdef; in TEST() local
[all …]
/external/tensorflow/tensorflow/python/
Dmlir_wrapper.cc27 bool show_debug_info) { in PYBIND11_MODULE()
55 const std::string &output_names) { in PYBIND11_MODULE()
Dpywrap_mlir.py27 def import_graphdef(graphdef, argument
/external/tensorflow/tensorflow/compiler/mlir/tfjs/translate/
Djson_translate.cc70 auto graphdef = absl::make_unique<tensorflow::GraphDef>(); in MlirToJSONTranslateFunction() local
/external/tensorflow/tensorflow/python/tpu/
Dtensor_tracer.proto19 tensorflow.GraphDef graphdef = 2; field
/external/tensorflow/tensorflow/lite/python/
Dconvert_test.py173 def _getGraphOpTypes(self, graphdef, output_nodes): argument
/external/tensorflow/tensorflow/lite/testing/
Dtf_driver.cc139 tensorflow::GraphDef graphdef; in LoadModel() local
/external/tensorflow/tensorflow/compiler/mlir/python/
Dmlir.cc94 GraphDef graphdef; in ImportGraphDefImpl() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dtf_mlir_translate.cc54 GraphDef graphdef; in GraphdefToMlirImport() local
Dexport_graphdef.cc771 auto graphdef = absl::make_unique<GraphDef>(); in ConvertMlirToGraphdef() local
Dimport_model.cc3422 const auto& graphdef = saved_model->meta_graph_def().graph_def(); in Convert() local
4066 const GraphDef& graphdef, const GraphDebugInfo& debug_info, in ConvertGraphdefToMlir()
/external/tensorflow/tensorflow/c/experimental/saved_model/core/
Dsaved_model_utils.cc365 const tensorflow::GraphDef& graphdef) { in NodeToAttrMap()
/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc2264 bool InlineAllFunctions(GraphDef* graphdef) { in InlineAllFunctions()
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc207 GraphDef* graphdef, NodeDef** test_node_def, in BuildGraph()