Home
last modified time | relevance | path

Searched refs:cond_type (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize_functional_ops.cc104 auto cond_type = cond.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
105 if (!cond_type || !cond_type.getShape().equals({}) || in matchAndRewrite()
106 !cond_type.getElementType().isInteger(/*width=*/1)) in matchAndRewrite()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_unswitch_pass.cpp299 const analysis::Type* cond_type = in PerformUnswitch() local
309 cst_mgr->GetDefiningInstruction(cst_mgr->GetConstant(cond_type, {0})), in PerformUnswitch()
312 cst_mgr->GetDefiningInstruction(cst_mgr->GetConstant(cond_type, {1})); in PerformUnswitch()
322 cond_type, iv_condition->GetInOperand(i).words)), in PerformUnswitch()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_unswitch_pass.cpp299 const analysis::Type* cond_type = in PerformUnswitch() local
309 cst_mgr->GetDefiningInstruction(cst_mgr->GetConstant(cond_type, {0})), in PerformUnswitch()
312 cst_mgr->GetDefiningInstruction(cst_mgr->GetConstant(cond_type, {1})); in PerformUnswitch()
322 cond_type, iv_condition->GetInOperand(i).words)), in PerformUnswitch()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dloop_unswitch_pass.cpp299 const analysis::Type* cond_type = in PerformUnswitch() local
309 cst_mgr->GetDefiningInstruction(cst_mgr->GetConstant(cond_type, {0})), in PerformUnswitch()
312 cst_mgr->GetDefiningInstruction(cst_mgr->GetConstant(cond_type, {1})); in PerformUnswitch()
322 cond_type, iv_condition->GetInOperand(i).words)), in PerformUnswitch()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc2931 auto cond_type = in Verify() local
2933 if (!cond_type || !cond_type.getShape().equals({}) || in Verify()
2934 !cond_type.getElementType().isInteger(/*width=*/1)) in Verify()