Home
last modified time | relevance | path

Searched refs:was_mutated (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dconstant_folding_test.cc120 bool was_mutated; in TEST_F() local
122 nullptr, &g, &was_mutated)); in TEST_F()
123 EXPECT_TRUE(was_mutated); in TEST_F()
163 bool was_mutated; in TEST_F() local
171 ConstantFold(opt, nullptr, Env::Default(), nullptr, &g, &was_mutated)); in TEST_F()
198 bool was_mutated; in TEST_F() local
200 ConstantFold(opts, nullptr, Env::Default(), nullptr, &g, &was_mutated)); in TEST_F()
201 EXPECT_TRUE(was_mutated); in TEST_F()
227 bool was_mutated; in TEST_F() local
229 nullptr, &g, &was_mutated)); in TEST_F()
[all …]
Dgraph_optimizer.cc74 bool was_mutated; in Optimize() local
75 ConstantFold(cf_opts, runtime, env, device, g, &was_mutated) in Optimize()
77 if (was_mutated) { in Optimize()
124 bool was_mutated = ExpandInlineFunctions(runtime, g, expand_inline_opts); in Optimize() local
125 if (was_mutated) { in Optimize()
Dconstant_folding.cc593 bool* was_mutated) { in ConstantFold() argument
615 *was_mutated = false; in ConstantFold()
628 *was_mutated = false; in ConstantFold()
667 *was_mutated = false; in ConstantFold()
686 *was_mutated = (num_nodes_replaced > 0); in ConstantFold()
Dconstant_folding.h66 bool* was_mutated);
Dfunction_test.cc1426 bool was_mutated; in GetConstantFoldingCounter() local
1429 ConstantFold(opt, nullptr, Env::Default(), nullptr, &g, &was_mutated)); in GetConstantFoldingCounter()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dfold_constants_lib.cc322 bool was_mutated; in FoldConstants() local
324 &input_graph, &was_mutated)); in FoldConstants()