Searched refs:constant_false (Results 1 – 12 of 12) sorted by relevance
119 Tensor constant_false(DT_BOOL, constant_value()->shape()); in ResolveDynamism() local120 auto flat = constant_false.flat<bool>(); in ResolveDynamism()122 return constant_false; in ResolveDynamism()
8 define amdgpu_cs i32 @constant_false() {9 ; CHECK-LABEL: constant_false:
8 define amdgpu_cs i64 @constant_false() {9 ; CHECK-LABEL: constant_false:
335 auto constant_false = ir_context->get_constant_mgr()->RegisterConstant( in ForceRenderRed() local338 ->GetDefiningInstruction(constant_false) in ForceRenderRed()
207 uint32_t constant_false = fuzzerutil::MaybeGetBoolConstant( in Apply() local440 opt::Operand{SPV_OPERAND_TYPE_ID, {constant_false}}); in Apply()
333 auto constant_false = ir_context->get_constant_mgr()->RegisterConstant( in ForceRenderRed() local336 ->GetDefiningInstruction(constant_false) in ForceRenderRed()
211 uint32_t constant_false = fuzzerutil::MaybeGetBoolConstant( in Apply() local444 opt::Operand{SPV_OPERAND_TYPE_ID, {constant_false}}); in Apply()
1187 Output constant_false = ops::Const(root.WithOpName("const_false"), false); in TEST() local1189 ops::Switch sw(root.WithOpName("switch"), value, constant_false); in TEST()