Home
last modified time | relevance | path

Searched refs:ConstInput (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dfolding_rules.cpp115 const analysis::Constant* ConstInput( in ConstInput() function
347 const analysis::Constant* c = ConstInput(op_constants); in MergeNegateMulDivArithmetic()
407 const analysis::Constant* c = ConstInput(op_constants); in MergeNegateAddSubArithmetic()
623 const analysis::Constant* const_input1 = ConstInput(constants); in MergeMulMulArithmetic()
632 const analysis::Constant* const_input2 = ConstInput(other_constants); in MergeMulMulArithmetic()
689 const analysis::Constant* const_input1 = ConstInput(constants); in MergeMulDivArithmetic()
697 const analysis::Constant* const_input2 = ConstInput(other_constants); in MergeMulDivArithmetic()
748 const analysis::Constant* const_input1 = ConstInput(constants); in MergeMulNegateArithmetic()
787 const analysis::Constant* const_input1 = ConstInput(constants); in MergeDivDivArithmetic()
796 const analysis::Constant* const_input2 = ConstInput(other_constants); in MergeDivDivArithmetic()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfolding_rules.cpp115 const analysis::Constant* ConstInput( in ConstInput() function
347 const analysis::Constant* c = ConstInput(op_constants); in MergeNegateMulDivArithmetic()
407 const analysis::Constant* c = ConstInput(op_constants); in MergeNegateAddSubArithmetic()
623 const analysis::Constant* const_input1 = ConstInput(constants); in MergeMulMulArithmetic()
632 const analysis::Constant* const_input2 = ConstInput(other_constants); in MergeMulMulArithmetic()
689 const analysis::Constant* const_input1 = ConstInput(constants); in MergeMulDivArithmetic()
697 const analysis::Constant* const_input2 = ConstInput(other_constants); in MergeMulDivArithmetic()
748 const analysis::Constant* const_input1 = ConstInput(constants); in MergeMulNegateArithmetic()
787 const analysis::Constant* const_input1 = ConstInput(constants); in MergeDivDivArithmetic()
796 const analysis::Constant* const_input2 = ConstInput(other_constants); in MergeDivDivArithmetic()
[all …]
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc220 using ConstInput = std::pair<const InputPort, string>; in AbslHashValue() typedef
221 absl::c_for_each(s.const_inputs, [&hashes](const ConstInput& const_input) { in AbslHashValue()
Dscoped_allocator_optimizer_test.cc565 TEST_F(ScopedAllocatorOptimizerTest, ConstInput) { in TEST_F() argument