Home
last modified time | relevance | path

Searched defs:const_input (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc238 absl::c_for_each(s.const_inputs, [&hashes](const ConstInput& const_input) { in AbslHashValue()
556 const auto record_control_deps = [&](const NodeDef* const_input) { in PushDownConstInputs()
573 const auto* const_input = CHECK_NOTNULL(ctx.TrulyConstNode(node_name)); in PushDownConstInputs() local
Dconstant_folding.cc2774 const string& const_input = node->input(1); in ReduceDivToReciprocalMul() local
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner_test.cc1080 auto const_input = ops::Const(root, {9, 10, 11}); in TEST_F() local
1164 auto const_input = ops::Const(root, {9, -2, 11}); in TEST_F() local