Home
last modified time | relevance | path

Searched defs:BoolType (Results 1 – 25 of 52) sorted by relevance

123

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Djit_type.h1430 struct TORCH_API BoolType : public Type { struct
1437 static const TypeKind Kind = TypeKind::BoolType; argument
1442 BoolType() : Type(TypeKind::BoolType) {} in BoolType() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/dwarf/
Dtype.go86 type BoolType struct { struct
87 BasicType
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dif_no_value.mod.py24 BoolType = ["TENSOR_BOOL8", [1]] variable
Dif_constant.mod.py28 BoolType = ["TENSOR_BOOL8", [1]] variable
Dwhile_fib.mod.py30 BoolType = ["TENSOR_BOOL8", [1]] variable
Dwhile_sum_of_powers.mod.py32 BoolType = ["TENSOR_BOOL8", [1]] variable
Dif_same_branch_model.mod.py24 BoolType = ["TENSOR_BOOL8", [1]] variable
Dif_simple.mod.py24 BoolType = ["TENSOR_BOOL8", [1]] variable
Dwhile_infinite_loop.mod.py25 BoolType = ["TENSOR_BOOL8", [1]] variable
Dwhile_sum_of_powers_quant8_signed.mod.py33 BoolType = ["TENSOR_BOOL8", [1]] variable
Dwhile_sum_of_powers_quant8.mod.py33 BoolType = ["TENSOR_BOOL8", [1]] variable
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/wrl/
Dinternal.h19 typedef int BoolStruct::* BoolType; typedef
Dclient.h166 operator Details::BoolType() const throw() { in BoolType() function
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_3_cts_only/
Dwhile_fib_unknown_dimension.mod.py29 BoolType = ["TENSOR_BOOL8", [1]] variable
Dwhile_fib_unknown_rank.mod.py29 BoolType = ["TENSOR_BOOL8", [1]] variable
Dif_simple_unknown_rank.mod.py25 BoolType = ["TENSOR_BOOL8", [1]] variable
Dif_simple_unknown_dimension.mod.py25 BoolType = ["TENSOR_BOOL8", [1]] variable
/aosp_15_r20/external/executorch/exir/emit/
H A D_emitter.py977 val: Tuple[Union[torch.SymInt, torch.BoolType, torch.FloatType, FakeTensor]],
993 val: Tuple[Union[torch.SymInt, torch.BoolType, torch.FloatType, FakeTensor]],
/aosp_15_r20/external/clang/test/OpenMP/
H A Dfor_codegen.cpp468 typedef Bool BoolType; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp536 Type *BoolType = Type::getInt1Ty(F.getContext()); in createTailRecurseLoopHeader() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp279 SPIRVType *BoolType = GR->getOrCreateSPIRVBoolType(MIRBuilder); in buildBoolRegister() local
973 auto BoolType = GR->getOrCreateSPIRVBoolType(MIRBuilder); in genWorkgroupQuery() local
/aosp_15_r20/build/blueprint/parser/
H A Dast.go201 BoolType const
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dcpp_types.go315 var BoolType Type = &fixedType{8, 8, Bool, "bool"} var
/aosp_15_r20/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp2144 auto *BoolType = IntegerType::get(IP->getContext(), 1); in expandUnionPredicate() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp2362 auto *BoolType = IntegerType::get(IP->getContext(), 1); in expandUnionPredicate() local

123