Home
last modified time | relevance | path

Searched refs:constant_false (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_expression.cc119 Tensor constant_false(DT_BOOL, constant_value()->shape()); in ResolveDynamism() local
120 auto flat = constant_false.flat<bool>(); in ResolveDynamism()
122 return constant_false; in ResolveDynamism()
/external/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/
Dllvm.amdgcn.ballot.i32.ll8 define amdgpu_cs i32 @constant_false() {
9 ; CHECK-LABEL: constant_false:
Dllvm.amdgcn.ballot.i64.ll8 define amdgpu_cs i64 @constant_false() {
9 ; CHECK-LABEL: constant_false:
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.ballot.i32.ll8 define amdgpu_cs i32 @constant_false() {
9 ; CHECK-LABEL: constant_false:
Dllvm.amdgcn.ballot.i64.ll8 define amdgpu_cs i64 @constant_false() {
9 ; CHECK-LABEL: constant_false:
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dforce_render_red.cpp335 auto constant_false = ir_context->get_constant_mgr()->RegisterConstant( in ForceRenderRed() local
338 ->GetDefiningInstruction(constant_false) in ForceRenderRed()
Dtransformation_merge_function_returns.cpp207 uint32_t constant_false = fuzzerutil::MaybeGetBoolConstant( in Apply() local
440 opt::Operand{SPV_OPERAND_TYPE_ID, {constant_false}}); in Apply()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dforce_render_red.cpp335 auto constant_false = ir_context->get_constant_mgr()->RegisterConstant( in ForceRenderRed() local
338 ->GetDefiningInstruction(constant_false) in ForceRenderRed()
Dtransformation_merge_function_returns.cpp207 uint32_t constant_false = fuzzerutil::MaybeGetBoolConstant( in Apply() local
440 opt::Operand{SPV_OPERAND_TYPE_ID, {constant_false}}); in Apply()
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis_test.cc1187 Output constant_false = ops::Const(root.WithOpName("const_false"), false); in TEST() local
1189 ops::Switch sw(root.WithOpName("switch"), value, constant_false); in TEST()