Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/utils/
H A Dtfrt_graph_execution_state_test.cc67 GraphDef graphdef; in TEST_F() local
112 GraphDef graphdef; in TEST_F() local
145 GraphDef graphdef; in TEST_F() local
207 GraphDef graphdef; in TEST_F() local
274 GraphDef graphdef; in TEST_F() local
306 GraphDef graphdef; in TEST_F() local
335 GraphDef graphdef; in TEST_F() local
440 GraphDef graphdef; in TEST_F() local
577 GraphDef graphdef; in TEST_F() local
644 GraphDef graphdef; in TEST_F() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A 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 …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/tests/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/
H A Dtfg-translate.cc32 tensorflow::GraphDef graphdef; in __anon785cc3090102() local
50 tensorflow::GraphDef graphdef; in __anon785cc3090202() local
H A Dsavedmodel_import.cc39 const auto &graphdef = saved_model.meta_graphs(0).graph_def(); in ImportSavedModelToMlir() local
/aosp_15_r20/external/tensorflow/tensorflow/python/compiler/tensorrt/
H A Dutils.py150 def get_trtengineop_node_op_count(graphdef, node_name): argument
171 def draw_graphdef_as_graphviz(graphdef, dot_output_filename): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/
H A Dmlir_wrapper.cc27 bool show_debug_info) { in PYBIND11_MODULE()
55 const std::string &output_names) { in PYBIND11_MODULE()
H A Dpywrap_mlir.py23 def import_graphdef(graphdef, argument
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/
H A Dgraph_transform_wrapper.cc54 tensorflow::GraphDef graphdef; in RunTransformOnGraph() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfjs/translate/
H A Djson_translate.cc71 auto graphdef = std::make_unique<tensorflow::GraphDef>(); in MlirToJSONTranslateFunction() local
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/tests/roundtrip/
H A Dverify_roundtrip.cc52 GraphDef graphdef; in main() local
H A Droundtrip.cc115 void NormalizeTensorData(GraphDef& graphdef, bool add_fulltype) { in NormalizeTensorData()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dtfg_optimizer_hook.cc152 tensorflow::GraphDef graphdef; in Optimize() local
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A Dtensor_tracer.proto19 tensorflow.GraphDef graphdef = 2; field
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/
H A Dconvert_test.py172 def _getGraphOpTypes(self, graphdef, output_nodes): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/
H A Dtf_driver.cc142 tensorflow::GraphDef graphdef; in LoadModel() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/python/
H A Dmlir.cc132 GraphDef graphdef; in ImportGraphDefImpl() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
H A Dtf_mlir_translate.cc54 GraphDef graphdef; in GraphdefToMlirImport() local
H A Dexport_graphdef.cc756 auto graphdef = std::make_unique<GraphDef>(); in ConvertMlirToGraphdef() local
H A Dimport_model.cc3525 const auto& graphdef = saved_model->meta_graph_def().graph_def(); in Convert() local
4201 const GraphDef& graphdef, const GraphDebugInfo& debug_info, in ConvertGraphdefToMlir()
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/saved_model/core/
H A Dsaved_model_utils.cc365 const tensorflow::GraphDef& graphdef) { in NodeToAttrMap()
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dimport_tensorflow.cc2271 bool InlineAllFunctions(GraphDef* graphdef) { in InlineAllFunctions()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc224 GraphDef* graphdef, NodeDef** test_node_def, in BuildGraph()