Searched refs:cond_type (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | optimize_functional_ops.cc | 104 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/ |
D | loop_unswitch_pass.cpp | 299 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/ |
D | loop_unswitch_pass.cpp | 299 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/ |
D | loop_unswitch_pass.cpp | 299 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/ |
D | tf_ops_n_z.cc | 2931 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()
|