Searched refs:was_mutated (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | constant_folding_test.cc | 120 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 …]
|
D | graph_optimizer.cc | 74 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()
|
D | constant_folding.cc | 593 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()
|
D | constant_folding.h | 66 bool* was_mutated);
|
D | function_test.cc | 1426 bool was_mutated; in GetConstantFoldingCounter() local 1429 ConstantFold(opt, nullptr, Env::Default(), nullptr, &g, &was_mutated)); in GetConstantFoldingCounter()
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | fold_constants_lib.cc | 322 bool was_mutated; in FoldConstants() local 324 &input_graph, &was_mutated)); in FoldConstants()
|