/external/ComputeLibrary/tests/validation/fixtures/ |
D | ThresholdFixture.h | 45 …void setup(TensorShape shape, uint8_t threshold, uint8_t false_value, uint8_t true_value, Threshol… in setup() 59 uint8_t threshold, uint8_t false_value, uint8_t true_value, in compute_target() 89 uint8_t threshold, uint8_t false_value, uint8_t true_value, in compute_reference()
|
/external/clang/test/Parser/ |
D | altivec-csk-bool.c | 10 true_value = 1 enumerator
|
/external/ComputeLibrary/tests/validation/reference/ |
D | Threshold.cpp | 35 SimpleTensor<T> threshold(const SimpleTensor<T> &src, T threshold, T false_value, T true_value, Thr… in threshold()
|
/external/ComputeLibrary/src/core/NEON/kernels/ |
D | NEThresholdKernel.cpp | 127 const uint8_t true_value = _info.true_value; in run_binary() local 174 const uint8_t true_value = _info.true_value; in run_range() local
|
/external/ComputeLibrary/src/runtime/NEON/functions/ |
D | NEThreshold.cpp | 33 …r *input, ITensor *output, uint8_t threshold, uint8_t false_value, uint8_t true_value, ThresholdTy… in configure()
|
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLThreshold.cpp | 33 …*input, ICLTensor *output, uint8_t threshold, uint8_t false_value, uint8_t true_value, ThresholdTy… in configure()
|
/external/ComputeLibrary/tests/datasets/ |
D | ThresholdDataset.h | 103 …void add_config(uint8_t threshold, uint8_t false_value, uint8_t true_value, ThresholdType threshol… in add_config()
|
/external/clang/test/PCH/ |
D | cxx_exprs.h | 26 const bool true_value = true; variable
|
/external/python/cpython2/Lib/test/ |
D | test_peepholer.py | 189 def f(cond, true_value, false_value): argument
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | if_conversion.cpp | 69 Instruction* true_value = nullptr; in Process() local
|
D | ir_builder.h | 351 Instruction* AddSelect(uint32_t type, uint32_t cond, uint32_t true_value, in AddSelect()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | if_conversion.cpp | 69 Instruction* true_value = nullptr; in Process() local
|
D | ir_builder.h | 351 Instruction* AddSelect(uint32_t type, uint32_t cond, uint32_t true_value, in AddSelect()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | if_conversion.cpp | 69 Instruction* true_value = nullptr; in Process() local
|
D | ir_builder.h | 351 Instruction* AddSelect(uint32_t type, uint32_t cond, uint32_t true_value, in AddSelect()
|
/external/toolchain-utils/cros_utils/ |
D | misc.py | 447 true_value='yes', argument
|
/external/eigen/test/ |
D | gpu_basic.cu | 146 const ComplexType true_value = ComplexType(ValueType(1), ValueType(0)); in operator ()() local
|
/external/python/cpython3/Lib/test/ |
D | test_peepholer.py | 323 def f(cond, true_value, false_value): argument
|
/external/libchrome/base/ |
D | values_unittest.cc | 49 Value true_value(true); in TEST() local 166 Value true_value(true); in TEST() local 267 Value true_value(true); in TEST() local
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | deadness_analysis_test.cc | 509 Output true_value = ops::Placeholder(root.WithOpName("true_value"), DT_FLOAT); in TEST() local
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_dataflow_analysis_test.cc | 2803 auto true_value = builder.AddInstruction( in TEST_F() local
|
/external/googletest/googlemock/test/ |
D | gmock-more-actions_test.cc | 1160 ACTION_P2(OverloadedAction, true_value, false_value) { in ACTION_P2() argument
|