/external/tensorflow/tensorflow/core/kernels/mlir_generated/ |
D | gpu_op_less.cc | 23 GENERATE_AND_REGISTER_BINARY_GPU_KERNEL2(Less, DT_HALF, DT_BOOL); 24 GENERATE_AND_REGISTER_BINARY_GPU_KERNEL2(Less, DT_FLOAT, DT_BOOL); 25 GENERATE_AND_REGISTER_BINARY_GPU_KERNEL2(Less, DT_DOUBLE, DT_BOOL); 26 GENERATE_AND_REGISTER_BINARY_GPU_KERNEL2(Less, DT_INT8, DT_BOOL); 27 GENERATE_AND_REGISTER_BINARY_GPU_KERNEL2(Less, DT_INT16, DT_BOOL); 29 GENERATE_AND_REGISTER_BINARY_GPU_KERNEL2(Less, DT_INT64, DT_BOOL);
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | loops.frag.out | 21 0:59 Compare Less Than ( temp bool) 40 0:63 Compare Less Than ( temp bool) 67 0:73 Compare Less Than ( temp bool) 80 0:78 Compare Less Than ( temp bool) 93 0:80 Compare Less Than ( temp bool) 106 0:87 Compare Less Than ( temp bool) 120 0:92 Compare Less Than ( temp bool) 126 0:92 Compare Less Than ( temp bool) 139 0:97 Compare Less Than ( temp bool) 152 0:99 Compare Less Than ( temp bool) [all …]
|
D | loopsArtificial.frag.out | 15 0:71 Compare Less Than ( temp bool) 28 0:60 Compare Less Than ( temp bool) 45 0:62 Compare Less Than ( temp bool) 61 0:67 Compare Less Than ( temp bool) 83 0:74 Compare Less Than ( temp bool) 93 0:75 Compare Less Than ( temp bool) 110 0:81 Compare Less Than ( temp bool) 127 0:83 Compare Less Than ( temp bool) 143 0:88 Compare Less Than ( temp bool) 232 0:71 Compare Less Than ( temp bool) [all …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | loops.frag.out | 21 0:59 Compare Less Than ( temp bool) 40 0:63 Compare Less Than ( temp bool) 67 0:73 Compare Less Than ( temp bool) 80 0:78 Compare Less Than ( temp bool) 93 0:80 Compare Less Than ( temp bool) 106 0:87 Compare Less Than ( temp bool) 120 0:92 Compare Less Than ( temp bool) 126 0:92 Compare Less Than ( temp bool) 139 0:97 Compare Less Than ( temp bool) 152 0:99 Compare Less Than ( temp bool) [all …]
|
D | loopsArtificial.frag.out | 15 0:71 Compare Less Than ( temp bool) 28 0:60 Compare Less Than ( temp bool) 45 0:62 Compare Less Than ( temp bool) 61 0:67 Compare Less Than ( temp bool) 83 0:74 Compare Less Than ( temp bool) 93 0:75 Compare Less Than ( temp bool) 110 0:81 Compare Less Than ( temp bool) 127 0:83 Compare Less Than ( temp bool) 143 0:88 Compare Less Than ( temp bool) 232 0:71 Compare Less Than ( temp bool) [all …]
|
/external/tensorflow/tensorflow/core/grappler/costs/graph_properties_testdata/ |
D | function_switch.pbtxt | 29 name: "Less/x" 50 name: "Less/y" 71 name: "Less" 72 op: "Less" 73 input: "Less/x" 74 input: "Less/y" 85 input: "Less" 86 input: "Less" 119 input: "Less"
|
D | function_switch_2.pbtxt | 29 name: "Less/x" 50 name: "Less/y" 71 name: "Less" 72 op: "Less" 73 input: "Less/x" 74 input: "Less/y" 85 input: "Less" 86 input: "Less" 119 input: "Less"
|
D | function_switch_shapes.pbtxt | 29 name: "Less/x" 50 name: "Less/y" 71 name: "Less" 72 op: "Less" 73 input: "Less/x" 74 input: "Less/y" 85 input: "Less" 86 input: "Less" 119 input: "Less"
|
D | nested_loop.pbtxt | 147 name: "while/Less/y" 169 name: "while/Less" 170 op: "Less" 172 input: "while/Less/y" 183 input: "while/Less" 364 name: "while/while/Less/y" 386 name: "while/while/Less" 387 op: "Less" 389 input: "while/while/Less/y" 400 input: "while/while/Less"
|
D | merge_without_loops.pbtxt | 74 name: "Less" 75 op: "Less" 88 input: "Less" 89 input: "Less" 122 input: "Less"
|
D | loops_and_resource_vars.pbtxt | 222 name: "while/Less/y" 244 name: "while/Less" 245 op: "Less" 247 input: "while/Less/y" 258 input: "while/Less" 492 name: "while/while/Less/y" 514 name: "while/while/Less" 515 op: "Less" 517 input: "while/while/Less/y" 528 input: "while/while/Less"
|
D | loops_and_queues.pbtxt | 184 name: "while/Less/y" 206 name: "while/Less" 207 op: "Less" 209 input: "while/Less/y" 220 input: "while/Less" 517 name: "while/while/Less/y" 539 name: "while/while/Less" 540 op: "Less" 542 input: "while/while/Less/y" 553 input: "while/while/Less"
|
/external/llvm-project/flang/include/flang/Evaluate/ |
D | common.h | 34 ENUM_CLASS(Ordering, Less, Equal, Greater) in ENUM_CLASS() argument 35 ENUM_CLASS(Relation, Less, Equal, Greater, Unordered) in ENUM_CLASS() 40 return Ordering::Less; in ENUM_CLASS() 49 if (ordering == Ordering::Less) { in Reverse() 52 return Ordering::Less; in Reverse() 59 if (ordering == Ordering::Less) { in RelationFromOrdering() 60 return Relation::Less; in RelationFromOrdering() 69 if (relation == Relation::Less) { in Reverse() 72 return Relation::Less; in Reverse() 80 case Ordering::Less: in Satisfies() [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/ |
D | while.hlotxt | 7 …%compare.2 = pred[] compare(%arg_1, %arg_1), direction=LT, metadata={op_type="Less" op_name="Less"} 12 ROOT %compare.2 = s64[] add(%arg_1, %arg_1), metadata={op_type="Less" op_name="Less"}
|
D | if_conditional.hlotxt | 24 %constant.3 = f32[] constant(10), metadata={op_type="Less" op_name="Less"} 27 …re.4 = pred[] compare(%arg0.1, %constant.3), direction=LT, metadata={op_type="Less" op_name="Less"}
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/ |
D | graph-while-loop.pbtxt | 81 name: "while/Less/y" 103 name: "while/Less" 104 op: "Less" 106 input: "while/Less/y" 117 input: "while/Less"
|
D | graph-input-func-arg-name-collision.pbtxt | 262 name: "Less/y" 283 name: "Less" 284 op: "Less" 286 input: "Less/y:output:0" 296 value: "Less:z:0"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | Less.pbtxt | 2 name: "Less" 34 name: "Less" 68 name: "Less" 103 name: "Less"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | Less.pbtxt | 2 name: "Less" 34 name: "Less" 68 name: "Less" 103 name: "Less"
|
/external/clang/include/clang/Basic/ |
D | ABI.h | 80 bool Less(const VirtualAdjustment &RHS) const { in Less() function 103 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual); 148 bool Less(const VirtualAdjustment &RHS) const { in Less() function 171 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
|
/external/llvm-project/clang/include/clang/Basic/ |
D | ABI.h | 79 bool Less(const VirtualAdjustment &RHS) const { in Less() function 102 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual); 147 bool Less(const VirtualAdjustment &RHS) const { in Less() function 170 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
|
/external/skia/src/core/ |
D | SkPtrRecorder.cpp | 20 bool SkPtrSet::Less(const Pair& a, const Pair& b) { in Less() function in SkPtrSet 33 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair)); in find() 49 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair)); in add()
|
/external/skqp/src/core/ |
D | SkPtrRecorder.cpp | 20 bool SkPtrSet::Less(const Pair& a, const Pair& b) { in Less() function in SkPtrSet 33 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair)); in find() 49 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair)); in add()
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_Less.pbtxt | 2 graph_op_name: "Less" 4 name: "math.Less"
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | scc_test.cc | 257 name: "while/Less/y" in TEST_F() 279 name: "while/Less" in TEST_F() 280 op: "Less" in TEST_F() 282 input: "while/Less/y" in TEST_F() 293 input: "while/Less" in TEST_F()
|