Home
last modified time | relevance | path

Searched defs:is_bool (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/boost/spirit/home/support/
Dnumeric_traits.hpp23 struct is_bool : mpl::false_ {}; struct
26 struct is_bool<T const> : is_bool<T> {}; struct
29 struct is_bool<bool> : mpl::true_ {}; struct
/third_party/boost/boost/spirit/home/x3/support/traits/
Dnumeric_traits.hpp20 struct is_bool : mpl::false_ {}; struct
23 struct is_bool<T const> : is_bool<T> {}; struct
26 struct is_bool<bool> : mpl::true_ {}; struct
/third_party/mindspore/tests/ut/data/dump/gpu_dumps/golden/
Dread_tensors_base_stat_expected.json27 "is_bool": false, boolean
66 "is_bool": false, boolean
103 "is_bool": false, boolean
136 "is_bool": false, boolean
/third_party/gn/src/base/
Dvalues.h148 bool is_bool() const { return type() == Type::BOOLEAN; } in is_bool() function
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Dtensor_summary.h119 const bool is_bool() const override { return is_bool_; } in is_bool() function
Ddebug_grpc.proto160 bool is_bool = 1; field
/third_party/mindspore/mindspore/offline_debug/
Ddbg_services.py730 def __init__(self, data_size, dtype, shape, is_bool, max_value, min_value, avg_value, count, argument
818 def is_bool(self): member in TensorStatData
/third_party/mindspore/mindspore/ccsrc/debug/
Ddebug_services.h226 bool is_bool = false; member
/third_party/boost/boost/wave/grammars/
Dcpp_expression_value.hpp50 is_bool = 3 enumerator
/third_party/mindspore/mindspore/ccsrc/debug/debugger/offline_debug/
Ddbg_services.h156 const bool is_bool() const { return is_bool_; } in is_bool() function
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_shader_calls.c427 bool is_bool = def->bit_size == 1; in spill_ssa_defs_and_lower_shader_calls() local
/third_party/flatbuffers/src/
Didl_gen_lua.cpp190 auto is_bool = field.value.type.base_type == BASE_TYPE_BOOL; in GetScalarFieldOfTable() local
Didl_gen_swift.cpp349 auto is_bool = IsBool(field.value.type.base_type); in GenerateStructArgs() local
Didl_gen_python.cpp207 auto is_bool = IsBool(field.value.type.base_type); in GetScalarFieldOfTable() local
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c1784 bool is_bool = (sz == 1); in bi_emit_alu() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3.h971 is_bool(struct ir3_instruction *instr) in is_bool() function
/third_party/flutter/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp175 static bool is_bool(const Context& context, const Type& type) { in is_bool() function
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp219 static bool is_bool(const Context& context, const Type& type) { in is_bool() function