Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize.cc631 APFloat cst_value = *cst.float_value_begin(); in matchAndRewrite() local
660 if (llvm::isa<SubOp>(binary_op)) cst_value.changeSign(); in matchAndRewrite()
691 new_bias_values[bias_index] + *fp_it * cst_value; in matchAndRewrite()
706 return (is_mul ? it * cst_value : it / cst_value).bitcastToAPInt(); in matchAndRewrite()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_unswitch_pass.cpp460 Instruction* cst_value) { in SpecializeLoop() argument
490 assert(cst_value && "We do not have a value to use."); in SpecializeLoop()
491 inst->SetOperand(operand_index, {cst_value->result_id()}); in SpecializeLoop()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_unswitch_pass.cpp460 Instruction* cst_value) { in SpecializeLoop() argument
490 assert(cst_value && "We do not have a value to use."); in SpecializeLoop()
491 inst->SetOperand(operand_index, {cst_value->result_id()}); in SpecializeLoop()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dloop_unswitch_pass.cpp460 Instruction* cst_value) { in SpecializeLoop() argument
490 assert(cst_value && "We do not have a value to use."); in SpecializeLoop()
491 inst->SetOperand(operand_index, {cst_value->result_id()}); in SpecializeLoop()