Home
last modified time | relevance | path

Searched refs:GreaterEqual (Results 1 – 25 of 69) sorted by relevance

123

/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dgpu_op_greater_equal.cc23 GENERATE_AND_REGISTER_BINARY_GPU_KERNEL2(GreaterEqual, DT_HALF, DT_BOOL);
24 GENERATE_AND_REGISTER_BINARY_GPU_KERNEL2(GreaterEqual, DT_FLOAT, DT_BOOL);
25 GENERATE_AND_REGISTER_BINARY_GPU_KERNEL2(GreaterEqual, DT_DOUBLE, DT_BOOL);
26 GENERATE_AND_REGISTER_BINARY_GPU_KERNEL2(GreaterEqual, DT_INT8, DT_BOOL);
27 GENERATE_AND_REGISTER_BINARY_GPU_KERNEL2(GreaterEqual, DT_INT16, DT_BOOL);
29 GENERATE_AND_REGISTER_BINARY_GPU_KERNEL2(GreaterEqual, DT_INT64, DT_BOOL);
Dgpu_binary_ops_test.cc259 GENERATE_DEFAULT_TESTS(GreaterEqual, /*test_name=*/Half, Eigen::half, bool, in GENERATE_DEFAULT_TESTS() argument
261 GENERATE_DEFAULT_TESTS(GreaterEqual, /*test_name=*/Float, float, bool, in GENERATE_DEFAULT_TESTS()
263 GENERATE_DEFAULT_TESTS(GreaterEqual, /*test_name=*/Double, double, bool, in GENERATE_DEFAULT_TESTS()
265 GENERATE_DEFAULT_TESTS(GreaterEqual, /*test_name=*/Int8, int8, bool, in GENERATE_DEFAULT_TESTS()
267 GENERATE_DEFAULT_TESTS(GreaterEqual, /*test_name=*/Int16, int16, bool, in GENERATE_DEFAULT_TESTS()
269 GENERATE_DEFAULT_TESTS(GreaterEqual, /*test_name=*/Int64, int64, bool, in GENERATE_DEFAULT_TESTS()
/external/tensorflow/tensorflow/compiler/jit/tests/
Dopens2s_gnmt_mixed_precision.golden_summary25 GreaterEqual 7
187 GreaterEqual 8
210 GreaterEqual 1
240 GreaterEqual 1
280 GreaterEqual 1
310 GreaterEqual 2
323 GreaterEqual 1
355 GreaterEqual 1
368 GreaterEqual 1
381 GreaterEqual 1
[all …]
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DGreaterEqual.pbtxt2 name: "GreaterEqual"
34 name: "GreaterEqual"
68 name: "GreaterEqual"
103 name: "GreaterEqual"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DGreaterEqual.pbtxt2 name: "GreaterEqual"
34 name: "GreaterEqual"
68 name: "GreaterEqual"
103 name: "GreaterEqual"
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_GreaterEqual.pbtxt2 graph_op_name: "GreaterEqual"
4 name: "math.GreaterEqual"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_GreaterEqual.pbtxt2 graph_op_name: "GreaterEqual"
5 *NOTE*: `GreaterEqual` supports broadcasting. More about broadcasting
/external/swiftshader/tests/regres/llvm/
Dllvm.go47 func (v Version) GreaterEqual(rhs Version) bool { func
159 if t.Version.GreaterEqual(v) && (out == nil || out.Version.GreaterEqual(t.Version)) {
205 sort.Slice(out, func(i, j int) bool { return out[i].Version.GreaterEqual(out[j].Version) })
/external/llvm-project/llvm/unittests/ADT/
DOptionalTest.cpp444 struct GreaterEqual { struct
544 CheckRelation<GreaterEqual>(NoneIneq, NoneIneq, true); in TEST()
545 CheckRelation<GreaterEqual>(NoneIneq, InequalityRhs, false); in TEST()
546 CheckRelation<GreaterEqual>(InequalityLhs, NoneIneq, true); in TEST()
549 CheckRelation<GreaterEqual>(InequalityLhs, InequalityRhs, !IsLess); in TEST()
551 CheckRelation<GreaterEqual>(InequalityLhs, InequalityRhs, !IsLess); in TEST()
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_GreaterEqual.pbtxt2 graph_op_name: "GreaterEqual"
/external/tensorflow/tensorflow/core/kernels/mlir_generated/op_definitions/
Dgreater_equal.mlir.tmpl3 %0 = "tf.GreaterEqual"(%arg0, %arg1) {T = elem_type, device = ""}
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmMacro.h54 Greater, GreaterEqual, GreaterGreater, At, MinusGreater, enumerator
/external/tensorflow/tensorflow/core/grappler/optimizers/
Ddebug_stripper_test.cc54 Output ge = ops::GreaterEqual(s.WithOpName("GreaterEqual"), x, y); in TEST_F()
81 auto greaterequal = ops::GreaterEqual(s.WithOpName("GreaterEqual"), x, y); in TEST_F()
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmMacro.h54 Greater, GreaterEqual, GreaterGreater, At, MinusGreater, enumerator
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtpu-variable-runtime-reformatting.mlir31 …%c1 = "tf.GreaterEqual"(%carg0, %0) {T = i32, device = ""} : (tensor<i32>, tensor<i32>) -> tensor<…
116 …%c1 = "tf.GreaterEqual"(%carg0, %0) {T = i32, device = ""} : (tensor<i32>, tensor<i32>) -> tensor<…
181 …%c1 = "tf.GreaterEqual"(%carg0, %0) {T = i32, device = ""} : (tensor<i32>, tensor<i32>) -> tensor<…
251 …%c1 = "tf.GreaterEqual"(%carg0, %0) {T = i32, device = ""} : (tensor<i32>, tensor<i32>) -> tensor<…
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DMCAsmLexer.cpp75 case AsmToken::GreaterEqual: OS << "GreaterEqual"; break; in dump()
/external/llvm-project/llvm/lib/MC/MCParser/
DMCAsmLexer.cpp75 case AsmToken::GreaterEqual: OS << "GreaterEqual"; break; in dump()
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h58 Greater, GreaterEqual, GreaterGreater, At enumerator
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Delementwise_test.cc195 TEST_F(OpenCLOperationTest, GreaterEqual) { in TEST_F() argument
/external/swiftshader/tests/regres/cov/
Dimport.go113 if e.LLVM.Version.GreaterEqual(llvm.Version{Major: 9}) {
/external/llvm-project/clang/include/clang/Basic/
DOperatorKinds.def90 OVERLOADED_OPERATOR(GreaterEqual , ">=" , greaterequal , false, true , false)
/external/clang/include/clang/Basic/
DOperatorKinds.def91 OVERLOADED_OPERATOR(GreaterEqual , ">=" , greaterequal , false, true , false)
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dcomparisons.h272 TFLITE_COMPARISON_OP(GreaterEqual);
/external/llvm-project/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp395 case AsmToken::GreaterEqual: in parseOperandAsOperator()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp385 case AsmToken::GreaterEqual: in parseOperandAsOperator()

123