Home
last modified time | relevance | path

Searched refs:Operators (Results 1 – 25 of 153) sorted by relevance

1234567

/external/clang/test/SemaCXX/
Dnested-name-spec.cpp125 class Operators { class
126Operators operator+(const Operators&) const; // expected-note{{member declaration does not match b…
130 Operators Operators::operator+(const Operators&) { // expected-error{{out-of-line definition of 'op… in operator +() argument
131 Operators ops; in operator +()
135 Operators Operators::operator+(const Operators&) const { in operator +()
136 Operators ops; in operator +()
140 Operators::operator bool() { in operator bool()
/external/armnn/docs/
D05_01_parsers.dox38 …- See the ONNX [Add documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Add)…
41 …veragePool documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#AveragePool) …
44 …- See the ONNX [Concat documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#C…
47 …- See the ONNX [Constant documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md…
50 …- See the ONNX [Clip documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Cli…
53 …- See the ONNX [Flatten documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#…
56 …- See the ONNX [Gather documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#G…
59 …veragePool documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#GlobalAverage…
62 …- See the ONNX [LeakyRelu documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.m…
65 …- See the ONNX [max_pool documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md…
[all …]
D05_04_supportlibrary.dox18 @section slsupport Supported Operators
/external/libchrome/ui/gfx/geometry/
Dinsets_unittest.cc43 TEST(InsetsTest, Operators) { in TEST() argument
71 TEST(InsetsFTest, Operators) { in TEST() argument
/external/pytorch/docs/source/notes/
Dcustom_operators.rst3 PyTorch Custom Operators Landing Page
/external/sdv/vsomeip/third_party/boost/spirit/repository/doc/qi/
Doperators.qbk9 [section:operators Qi Parser Operators]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/
DSetTheory.cpp270 Operators[Name] = std::move(Op); in addOperator()
301 auto I = Operators.find(OpInit->getDef()->getName()); in evaluate()
302 if (I == Operators.end()) in evaluate()
/external/pytorch/docs/source/
Donnx_torchscript_supported_aten_ops.rst25 Operators that are not yet supported
Dmasked.rst64 Supported Operators
67 Unary Operators
154 Binary Operators
/external/tensorflow/tensorflow/lite/python/
Dtest_util.py30 op = subgraph.Operators(op_idx)
/external/pytorch/docs/cpp/source/
Dlibrary.rst10 `Extending TorchScript with Custom C++ Operators
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/
Dquic_packet_number_test.cc43 TEST(QuicPacketNumberTest, Operators) { in TEST() argument
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/
Dquic_packet_number_test.cc43 TEST(QuicPacketNumberTest, Operators) { in TEST() argument
/external/llvm/include/llvm/TableGen/
DSetTheory.h98 StringMap<std::unique_ptr<Operator>> Operators; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DSetTheory.cpp271 Operators[Name] = std::move(Op); in addOperator()
302 auto I = Operators.find(OpInit->getDef()->getName()); in evaluate()
303 if (I == Operators.end()) in evaluate()
/external/llvm/lib/TableGen/
DSetTheory.cpp261 Operators[Name] = std::move(Op); in addOperator()
292 auto I = Operators.find(OpInit->getDef()->getName()); in evaluate()
293 if (I == Operators.end()) in evaluate()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DSetTheory.h101 StringMap<std::unique_ptr<Operator>> Operators; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TableGen/
DSetTheory.h102 StringMap<std::unique_ptr<Operator>> Operators; variable
/external/sdv/vsomeip/third_party/boost/spirit/doc/
Doutline.txt17 Operators
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/src/
DFlux.kt57 Operators.onOperatorError(cause, ctx[ReactorContext]?.context ?: Context.empty()) in ctx()
/external/libxml2/os400/libxmlrpg/
Dlist.rpgle61 * Basic Operators
139 * Advanced Operators
/external/executorch/kernels/aten/cpu/
Dtargets.bzl4 # Operators that are listed in `functions.yaml`, and are thus compatible with
/external/yapf/yapf/pyparser/
Dpyparser_visitor.py.tmpl409 # Boolean Operators #
421 # Binary Operators #
477 # Unary Operators #
497 # Comparison Operators #
/external/pytorch/benchmarks/operator_benchmark/
DREADME.md148 ## Adding New Operators to the Benchmark Suite
195 #### Part 1. Specify Inputs to Operators
263 ### Add a List of Operators
311 #### Part 1. Specify the List of Operators argument
348 #### Part 3. Register a List of Operators argument
/external/libchrome/base/
Dscoped_generic_unittest.cc119 TEST(ScopedGenericTest, Operators) { in TEST() argument

1234567