Home
last modified time | relevance | path

Searched defs:true_value (Results 1 – 22 of 22) sorted by relevance

/external/ComputeLibrary/tests/validation/fixtures/
DThresholdFixture.h45 …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/
Daltivec-csk-bool.c10 true_value = 1 enumerator
/external/ComputeLibrary/tests/validation/reference/
DThreshold.cpp35 SimpleTensor<T> threshold(const SimpleTensor<T> &src, T threshold, T false_value, T true_value, Thr… in threshold()
/external/ComputeLibrary/src/core/NEON/kernels/
DNEThresholdKernel.cpp127 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/
DNEThreshold.cpp33 …r *input, ITensor *output, uint8_t threshold, uint8_t false_value, uint8_t true_value, ThresholdTy… in configure()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLThreshold.cpp33 …*input, ICLTensor *output, uint8_t threshold, uint8_t false_value, uint8_t true_value, ThresholdTy… in configure()
/external/ComputeLibrary/tests/datasets/
DThresholdDataset.h103 …void add_config(uint8_t threshold, uint8_t false_value, uint8_t true_value, ThresholdType threshol… in add_config()
/external/clang/test/PCH/
Dcxx_exprs.h26 const bool true_value = true; variable
/external/python/cpython2/Lib/test/
Dtest_peepholer.py189 def f(cond, true_value, false_value): argument
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dif_conversion.cpp69 Instruction* true_value = nullptr; in Process() local
Dir_builder.h351 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/
Dif_conversion.cpp69 Instruction* true_value = nullptr; in Process() local
Dir_builder.h351 Instruction* AddSelect(uint32_t type, uint32_t cond, uint32_t true_value, in AddSelect()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dif_conversion.cpp69 Instruction* true_value = nullptr; in Process() local
Dir_builder.h351 Instruction* AddSelect(uint32_t type, uint32_t cond, uint32_t true_value, in AddSelect()
/external/toolchain-utils/cros_utils/
Dmisc.py447 true_value='yes', argument
/external/eigen/test/
Dgpu_basic.cu146 const ComplexType true_value = ComplexType(ValueType(1), ValueType(0)); in operator ()() local
/external/python/cpython3/Lib/test/
Dtest_peepholer.py323 def f(cond, true_value, false_value): argument
/external/libchrome/base/
Dvalues_unittest.cc49 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/
Ddeadness_analysis_test.cc509 Output true_value = ops::Placeholder(root.WithOpName("true_value"), DT_FLOAT); in TEST() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_dataflow_analysis_test.cc2803 auto true_value = builder.AddInstruction( in TEST_F() local
/external/googletest/googlemock/test/
Dgmock-more-actions_test.cc1160 ACTION_P2(OverloadedAction, true_value, false_value) { in ACTION_P2() argument