Home
last modified time | relevance | path

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

12

/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/third_party/llvm-7.0/llvm/unittests/ADT/
DOptionalTest.cpp411 struct GreaterEqual { struct
511 CheckRelation<GreaterEqual>(NoneIneq, NoneIneq, true); in TEST_F()
512 CheckRelation<GreaterEqual>(NoneIneq, InequalityRhs, false); in TEST_F()
513 CheckRelation<GreaterEqual>(InequalityLhs, NoneIneq, true); in TEST_F()
516 CheckRelation<GreaterEqual>(InequalityLhs, InequalityRhs, !IsLess); in TEST_F()
518 CheckRelation<GreaterEqual>(InequalityLhs, InequalityRhs, !IsLess); in TEST_F()
/external/tensorflow/tensorflow/lite/kernels/
Dcomparisons.cc107 TF_LITE_QUANTIZE_COMPARISON(GreaterEqual);
236 TF_LITE_COMPARISON(float, GreaterEqual, requires_broadcast); in GreaterEqualEval()
239 TF_LITE_COMPARISON(int32_t, GreaterEqual, requires_broadcast); in GreaterEqualEval()
242 TF_LITE_COMPARISON(int64_t, GreaterEqual, requires_broadcast); in GreaterEqualEval()
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_GreaterEqual.pbtxt2 graph_op_name: "GreaterEqual"
/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()
Ddependency_optimizer_test.cc793 auto greaterequal = ops::GreaterEqual(s.WithOpName("GreaterEqual"), x, y); in TEST_F()
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
DMCAsmLexer.h53 Greater, GreaterEqual, GreaterGreater, At enumerator
/external/tensorflow/tensorflow/c/
Dc_api_experimental.cc2358 name: "GreaterEqual/y" in CreateImagenetDatasetFunctions()
2379 name: "GreaterEqual" in CreateImagenetDatasetFunctions()
2380 op: "GreaterEqual" in CreateImagenetDatasetFunctions()
2382 input: "GreaterEqual/y:output:0" in CreateImagenetDatasetFunctions()
2393 input: "GreaterEqual:z:0" in CreateImagenetDatasetFunctions()
2394 input: "GreaterEqual:z:0" in CreateImagenetDatasetFunctions()
2427 input: "GreaterEqual:z:0" in CreateImagenetDatasetFunctions()
4756 name: "cond/GreaterEqual/y" in CreateImagenetDatasetFunctions()
4778 name: "cond/GreaterEqual" in CreateImagenetDatasetFunctions()
4779 op: "GreaterEqual" in CreateImagenetDatasetFunctions()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmMacro.h55 Greater, GreaterEqual, GreaterGreater, At, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DMCAsmLexer.cpp76 case AsmToken::GreaterEqual: OS << "GreaterEqual"; break; in dump()
DAsmLexer.cpp734 return AsmToken(AsmToken::GreaterEqual, StringRef(TokStart, 2)); in LexToken()
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h58 Greater, GreaterEqual, GreaterGreater, At enumerator
/external/clang/include/clang/Basic/
DOperatorKinds.def91 OVERLOADED_OPERATOR(GreaterEqual , ">=" , greaterequal , false, true , false)
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmLexer.cpp459 case '=': return ++CurPtr, AsmToken(AsmToken::GreaterEqual, in LexToken()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbinary_ops.cc200 XLA_MAKE_BINARY(GreaterEqual, xla::Ge(lhs, rhs, extend_dimensions));
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp385 case AsmToken::GreaterEqual: in parseOperandAsOperator()
/external/swiftshader/third_party/LLVM/tools/llvm-mc/
Dllvm-mc.cpp307 case AsmToken::GreaterEqual: Out->os() << "GreaterEqual"; break; in AsLexInput()
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp634 return AsmToken(AsmToken::GreaterEqual, StringRef(TokStart, 2)); in LexToken()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp296 case AsmToken::GreaterEqual: OS << "GreaterEqual"; break; in AsLexInput()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc2275 class GreaterEqual : public SimpleOperator<TensorFlowGreaterEqualOperator> { class
2277 explicit GreaterEqual() in GreaterEqual() function in toco::tflite::GreaterEqual
2517 ops.push_back(MakeUnique<GreaterEqual>()); in BuildOperatorList()
/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass_test.cc1077 Output ge = ops::GreaterEqual(root.WithOpName("test/greaterequal"), check, b); in TEST()
1102 Output ge = ops::GreaterEqual(root.WithOpName("test/greaterequal"), check, b); in TEST()
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/
Dgpu_supported_ops.md97 `GreaterEqual` | `T={double,float,int32,int64,uint32,uint64}`
Dcpu_supported_ops.md97 `GreaterEqual` | `T={double,float,int32,int64,uint32,uint64}`
/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad.cc548 auto comparator = GreaterEqual(scope, op.input(0), op.input(1)); in MaximumGrad()

12