Home
last modified time | relevance | path

Searched defs:graph_def (Results 1 – 25 of 188) sorted by relevance

12345678

/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view_test.cc145 GraphDef graph_def = test::function::GDef( in TEST() local
173 GraphDef graph_def; in TEST() local
186 GraphDef graph_def = test::function::GDef({}, {x_times_two}); in TEST() local
199 GraphDef graph_def = test::function::GDef({}, {x_times_four}); in TEST() local
214 GraphDef graph_def = test::function::GDef( in TEST() local
242 GraphDef graph_def = test::function::GDef( in TEST() local
266 GraphDef graph_def = in TEST() local
283 GraphDef graph_def = in TEST() local
342 GraphDef graph_def = test::function::GDef( in TestUpdateNodeName() local
425 GraphDef graph_def = test::function::GDef( in TEST() local
[all …]
Dgraph_view_test.cc40 GraphDef graph_def; in TEST_F() local
75 GraphDef graph_def; in TEST_F() local
107 GraphDef graph_def; in TEST_F() local
299 const GraphDef graph_def = in BM_GraphViewConstruction() local
340 const GraphDef graph_def = in BM_GraphViewGetNode() local
390 const GraphDef graph_def = test::CreateFaninFanoutNodeGraph( in BM_GraphViewGetFanout() local
407 const GraphDef graph_def = test::CreateFaninFanoutNodeGraph( in BM_GraphViewGetFanin() local
424 const GraphDef graph_def = test::CreateFaninFanoutNodeGraph( in BM_GraphViewGetRegularFanin() local
441 const GraphDef graph_def = test::CreateFaninFanoutNodeGraph( in BM_GraphViewGetFanouts() local
458 const GraphDef graph_def = test::CreateFaninFanoutNodeGraph( in BM_GraphViewGetFanins() local
[all …]
/external/tensorflow/tensorflow/core/graph/
Dvalidate_test.cc44 GraphDef graph_def; in TEST() local
59 GraphDef graph_def; in TEST() local
82 GraphDef graph_def; in TEST() local
104 GraphDef graph_def; in TEST() local
116 GraphDef graph_def; in TEST() local
159 GraphDef graph_def; in TEST() local
174 GraphDef graph_def; in TEST() local
Dvalidate.cc31 Status ValidateGraphDef(const GraphDef& graph_def, in ValidateGraphDef()
47 const GraphDef& graph_def, const OpRegistryInterface& op_registry) { in ValidateGraphDefAgainstOpRegistry()
53 Status ValidateGraphDefAgainstOpList(const GraphDef& graph_def, in ValidateGraphDefAgainstOpList()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dgraph_utils_test.cc48 GraphDef graph_def; in TEST() local
56 GraphDef graph_def; in TEST() local
64 GraphDef graph_def; in TEST() local
72 GraphDef graph_def; in TEST() local
80 GraphDef graph_def; in TEST() local
88 GraphDef graph_def; in TEST() local
96 GraphDef graph_def; in TEST() local
105 GraphDef graph_def; in TEST() local
114 GraphDef graph_def; in TEST() local
125 GraphDef graph_def; in TEST() local
[all …]
/external/tensorflow/tensorflow/cc/training/
Dqueue_runner_test.cc78 GraphDef graph_def; in BuildSimpleGraph() local
102 const GraphDef& graph_def) { in BuildSessionAndInitVariable()
112 GraphDef graph_def = BuildSimpleGraph(); in TEST() local
130 GraphDef graph_def = BuildSimpleGraph(); in TEST() local
150 GraphDef graph_def = BuildSimpleGraph(); in TEST() local
165 GraphDef graph_def = BuildSimpleGraph(); in TEST() local
196 GraphDef graph_def; in BuildDoubleQueueGraph() local
202 auto graph_def = BuildDoubleQueueGraph(); in TEST() local
239 auto graph_def = BuildDoubleQueueGraph(); in TEST() local
284 GraphDef graph_def = BuildDoubleQueueGraph(); in TEST() local
[all …]
/external/tensorflow/tensorflow/core/framework/
Dgraph_def_util.cc38 string SummarizeGraphDef(const GraphDef& graph_def) { in SummarizeGraphDef()
48 Status ValidateExternalGraphDefSyntax(const GraphDef& graph_def) { in ValidateExternalGraphDefSyntax()
55 Status AddDefaultAttrsToGraphDef(GraphDef* graph_def, in AddDefaultAttrsToGraphDef()
61 Status AddDefaultAttrsToGraphDef(GraphDef* graph_def, in AddDefaultAttrsToGraphDef()
130 static bool IsFunction(const GraphDef& graph_def, const string& op_name) { in IsFunction()
138 GraphDef* graph_def, const OpRegistryInterface& consumer_op_registry, in RemoveNewDefaultAttrsFromGraphDef()
204 void OpsUsedByGraph(const GraphDef& graph_def, in OpsUsedByGraph()
249 Status StrippedOpListForGraph(const GraphDef& graph_def, in StrippedOpListForGraph()
Dgraph_def_util_test.cc44 GraphDef graph_def; in TEST() local
57 GraphDef graph_def; in TEST() local
77 GraphDef graph_def; in TEST() local
244 GraphDef graph_def; in TEST() local
262 GraphDef graph_def; in TEST() local
289 GraphDef graph_def; in TEST() local
336 GraphDef graph_def; in TEST() local
/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/python/
Dquantize_model_wrapper.cc45 PyObject* SerializeGraphDefToPyBytes(const GraphDef& graph_def, in SerializeGraphDefToPyBytes()
73 const absl::StatusOr<GraphDef> graph_def = internal::QuantizeQatModel( in QuantizeQatModel() local
88 const absl::StatusOr<GraphDef> graph_def = internal::QuantizePtqDynamicRange( in QuantizePtqDynamicRange() local
104 const absl::StatusOr<GraphDef> graph_def = in QuantizePtqModelPreCalibration() local
121 const absl::StatusOr<GraphDef> graph_def = in QuantizePtqModelPostCalibration() local
/external/tensorflow/tensorflow/core/common_runtime/
Dplacer_inspection_required_ops_utils_test.cc38 void VerifyPlacerInspectionRequiredOps(const GraphDef& graph_def, in VerifyPlacerInspectionRequiredOps()
70 GraphDef graph_def = GDef( in TEST() local
97 GraphDef graph_def = GDef( in TEST() local
122 GraphDef graph_def = GDef( in TEST() local
/external/tensorflow/tensorflow/core/lib/strings/
Dproto_serialization_test.cc32 GraphDef graph_def; in MakeGraphDef() local
47 GraphDef graph_def = MakeGraphDef(num_nodes); in BM_ProtoSerializationToString() local
61 GraphDef graph_def = MakeGraphDef(num_nodes); in BM_ProtoSerializationToBuffer() local
75 GraphDef graph_def = MakeGraphDef(num_nodes); in BM_DeterministicProtoHash64() local
/external/tensorflow/tensorflow/python/framework/
Dimporter.py86 def _ProcessGraphDefParam(graph_def): argument
149 def _RemoveDefaultAttrs(producer_op_list, graph_def): argument
354 def import_graph_def(graph_def, argument
411 def import_graph_def_for_function( # pylint: disable=invalid-name argument
418 def _import_graph_def_internal( # pylint: disable=invalid-name argument
/external/tensorflow/tensorflow/tools/graph_transforms/
Dsort_by_execution_order_test.cc33 void GetOrder(const GraphDef& graph_def, std::map<string, int>* order) { in GetOrder()
41 GraphDef graph_def; in TestSimpleAdd() local
67 GraphDef graph_def; in TestSimpleLinear() local
100 GraphDef graph_def; in TestSimpleTree() local
151 GraphDef graph_def; in TestCommonAncestor() local
Dstrip_unused_nodes_test.cc40 GraphDef graph_def; in TestSimpleAdd() local
71 GraphDef graph_def; in TestCommonAncestor() local
131 GraphDef graph_def; in TestSimplePlaceholder() local
174 GraphDef graph_def; in TestPlaceholderDefaultArgs() local
220 GraphDef graph_def; in TestPlaceholderNamedArgs() local
Dset_device_test.cc38 GraphDef graph_def; in CreateDeviceGraph() local
83 GraphDef graph_def = CreateDeviceGraph(); in TEST() local
104 GraphDef graph_def = CreateDeviceGraph(); in TEST() local
Dremove_nodes_test.cc39 GraphDef graph_def; in TestRemoveNodes() local
126 GraphDef graph_def; in TestRemoveOutputNodes() local
165 GraphDef graph_def; in TestRemoveChainedNodes() local
215 GraphDef graph_def; in TestRemoveMultipleInputs() local
Dinsert_logging_test.cc38 void CheckGraphCanRun(const GraphDef& graph_def, in CheckGraphCanRun()
64 GraphDef graph_def; in TestInsertLogging() local
111 GraphDef graph_def; in TestInsertLoggingByOpType() local
160 GraphDef graph_def; in TestInsertLoggingByPrefix() local
Dobfuscate_names_test.cc39 GraphDef graph_def; in TestSimpleTree() local
92 GraphDef graph_def; in TestManyNodes() local
111 GraphDef graph_def; in TestNameClashes() local
Dfold_constants_test.cc70 GraphDef graph_def; in TestSimpleAdd() local
107 GraphDef graph_def; in TestOpExclusionAdd() local
131 GraphDef graph_def; in TestShapePropagation() local
160 GraphDef graph_def; in TestPreserveOutputShapes() local
173 void TestConstantFolding(const GraphDef& graph_def, in TestConstantFolding()
317 GraphDef graph_def; in TestRemoveUnusedNodes() local
357 GraphDef graph_def; in TestMaxConstantSizeInBytes() local
/external/tensorflow/tensorflow/core/tfrt/utils/
Dtfrt_graph_execution_state.cc65 const GraphDef& graph_def) { in FindFunctionsToOptimize()
107 tensorflow::GraphDef& graph_def, bool run_placer_grappler_on_functions) { in PreprocessGraph()
131 tensorflow::GraphDef graph_def, in Create()
175 tensorflow::GraphDef graph_def; in CreateGraphDefFromGraphAndFlibDef() local
183 tensorflow::GraphDef graph_def, const CallableOptions& callable_options) { in CreatePrunedGraph()
419 auto graph_def = CreateGraphDefFromGraphAndFlibDef(graph(), flib_def()); in CreateOptimizedGraph() local
493 auto* graph_def = graph_execution_state_->original_graph_def(); in Extend() local
546 Status PruneGraphDef(GraphDef& graph_def, in PruneGraphDef()
678 Status EliminateRefVariablesFromV1ControlFlow(tensorflow::GraphDef& graph_def) { in EliminateRefVariablesFromV1ControlFlow()
755 void RemoveInputShapesInFunctions(tensorflow::GraphDef& graph_def) { in RemoveInputShapesInFunctions()
[all …]
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer_test.cc83 void BuildAbsGraph(GraphDef* graph_def, bool forward) { in BuildAbsGraph()
133 void BuildAbsGraphWithInputDependencies(GraphDef* graph_def) { in BuildAbsGraphWithInputDependencies()
168 void BuildAbsGraphWithInputAndOutputControlEdges(GraphDef* graph_def) { in BuildAbsGraphWithInputAndOutputControlEdges()
211 void BuildGraphWithMultipleScopes(GraphDef* graph_def) { in BuildGraphWithMultipleScopes()
255 void BuildConstGraph(GraphDef* graph_def, bool forward) { in BuildConstGraph()
270 void SetShapes(GraphDef* graph_def) { in SetShapes()
284 void ExecuteGraph(const GraphDef& graph_def, in ExecuteGraph()
420 GraphDef graph_def; in TEST_F() local
432 GraphDef graph_def; in TEST_F() local
469 GraphDef graph_def; in TEST_F() local
/external/tensorflow/tensorflow/core/data/
Drewrite_utils.cc115 GraphDef* graph_def, string* dataset_node) { in ApplyRewrites()
175 GraphDef graph_def; in RewriteDataset() local
253 GraphDef* graph_def, std::string* dataset_node, bool add_fake_sinks) { in GetGrapplerItem()
332 StatusOr<std::string> GetDatasetNode(const GraphDef& graph_def) { in GetDatasetNode()
344 StatusOr<NodeDef> GetDatasetNodeDef(const GraphDef& graph_def) { in GetDatasetNodeDef()
/external/tensorflow/tensorflow/cc/tools/
Dfreeze_saved_model_test.cc62 const GraphDef& graph_def, const string& init_node, in InitializeSavedModelBundleSession()
77 Status AddGraphDefToSavedModelBundle(const GraphDef& graph_def, in AddGraphDefToSavedModelBundle()
89 const GraphDef& graph_def, const std::unordered_set<string>& outputs, in AddGraphDefWithOutputsToSavedModelBundle()
123 GraphDef graph_def; in TestFreezeGraphWithoutDependentVariables() local
170 GraphDef graph_def; in TestFreezeGraphWithDependentVariables() local
229 GraphDef graph_def; in TestFreezeGraphWithAndWithoutDependentVariables() local
327 GraphDef graph_def; in TEST_F() local
346 GraphDef graph_def; in TEST_F() local
369 GraphDef graph_def; in TEST_F() local
394 GraphDef graph_def; in TEST_F() local
/external/tensorflow/tensorflow/cc/saved_model/
Dfingerprinting.cc65 void CanonicalizeNodes(GraphDef* graph_def) { in CanonicalizeNodes()
109 uint64 ComputeHash(const GraphDef& graph_def) { in ComputeHash()
147 void CanonicalizeGraphDef(GraphDef& graph_def) { in CanonicalizeGraphDef()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_jit_compiled_cpu_function_test.cc54 GraphDef graph_def; in SumGraph() local
171 GraphDef graph_def = SumGraph(); in TEST() local
233 GraphDef graph_def = SumGraphVariable(); in TEST() local
338 GraphDef graph_def = SumGraph(); in TEST() local

12345678