/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | resource_util_test.cc | 50 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 D | tfrt_graph_execution_state_test.cc | 67 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 D | encapsulate_subgraphs_pass_test.cc | 51 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 D | auto_clustering_test_helper.cc | 84 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 D | tfg-translate.cc | 32 tensorflow::GraphDef graphdef; in __anon785cc3090102() local 50 tensorflow::GraphDef graphdef; in __anon785cc3090202() local
|
H A D | savedmodel_import.cc | 39 const auto &graphdef = saved_model.meta_graphs(0).graph_def(); in ImportSavedModelToMlir() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/compiler/tensorrt/ |
H A D | utils.py | 150 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 D | mlir_wrapper.cc | 27 bool show_debug_info) { in PYBIND11_MODULE() 55 const std::string &output_names) { in PYBIND11_MODULE()
|
H A D | pywrap_mlir.py | 23 def import_graphdef(graphdef, argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/ |
H A D | graph_transform_wrapper.cc | 54 tensorflow::GraphDef graphdef; in RunTransformOnGraph() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfjs/translate/ |
H A D | json_translate.cc | 71 auto graphdef = std::make_unique<tensorflow::GraphDef>(); in MlirToJSONTranslateFunction() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/tests/roundtrip/ |
H A D | verify_roundtrip.cc | 52 GraphDef graphdef; in main() local
|
H A D | roundtrip.cc | 115 void NormalizeTensorData(GraphDef& graphdef, bool add_fulltype) { in NormalizeTensorData()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | tfg_optimizer_hook.cc | 152 tensorflow::GraphDef graphdef; in Optimize() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/ |
H A D | tensor_tracer.proto | 19 tensorflow.GraphDef graphdef = 2; field
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/ |
H A D | convert_test.py | 172 def _getGraphOpTypes(self, graphdef, output_nodes): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/ |
H A D | tf_driver.cc | 142 tensorflow::GraphDef graphdef; in LoadModel() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/python/ |
H A D | mlir.cc | 132 GraphDef graphdef; in ImportGraphDefImpl() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
H A D | tf_mlir_translate.cc | 54 GraphDef graphdef; in GraphdefToMlirImport() local
|
H A D | export_graphdef.cc | 756 auto graphdef = std::make_unique<GraphDef>(); in ConvertMlirToGraphdef() local
|
H A D | import_model.cc | 3525 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 D | saved_model_utils.cc | 365 const tensorflow::GraphDef& graphdef) { in NodeToAttrMap()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/ |
H A D | import_tensorflow.cc | 2271 bool InlineAllFunctions(GraphDef* graphdef) { in InlineAllFunctions()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/ |
H A D | randomized_tests.cc | 224 GraphDef* graphdef, NodeDef** test_node_def, in BuildGraph()
|