/external/clang/test/SemaCXX/ |
D | nested-name-spec.cpp | 125 class Operators { class 126 …Operators 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/ |
D | 05_01_parsers.dox | 38 …- 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 …]
|
D | 05_04_supportlibrary.dox | 18 @section slsupport Supported Operators
|
/external/libchrome/ui/gfx/geometry/ |
D | insets_unittest.cc | 43 TEST(InsetsTest, Operators) { in TEST() argument 71 TEST(InsetsFTest, Operators) { in TEST() argument
|
/external/pytorch/docs/source/notes/ |
D | custom_operators.rst | 3 PyTorch Custom Operators Landing Page
|
/external/sdv/vsomeip/third_party/boost/spirit/repository/doc/qi/ |
D | operators.qbk | 9 [section:operators Qi Parser Operators]
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/ |
D | SetTheory.cpp | 270 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/ |
D | onnx_torchscript_supported_aten_ops.rst | 25 Operators that are not yet supported
|
D | masked.rst | 64 Supported Operators 67 Unary Operators 154 Binary Operators
|
/external/tensorflow/tensorflow/lite/python/ |
D | test_util.py | 30 op = subgraph.Operators(op_idx)
|
/external/pytorch/docs/cpp/source/ |
D | library.rst | 10 `Extending TorchScript with Custom C++ Operators
|
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_packet_number_test.cc | 43 TEST(QuicPacketNumberTest, Operators) { in TEST() argument
|
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_packet_number_test.cc | 43 TEST(QuicPacketNumberTest, Operators) { in TEST() argument
|
/external/llvm/include/llvm/TableGen/ |
D | SetTheory.h | 98 StringMap<std::unique_ptr<Operator>> Operators; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | SetTheory.cpp | 271 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/ |
D | SetTheory.cpp | 261 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/ |
D | SetTheory.h | 101 StringMap<std::unique_ptr<Operator>> Operators; variable
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TableGen/ |
D | SetTheory.h | 102 StringMap<std::unique_ptr<Operator>> Operators; variable
|
/external/sdv/vsomeip/third_party/boost/spirit/doc/ |
D | outline.txt | 17 Operators
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/src/ |
D | Flux.kt | 57 Operators.onOperatorError(cause, ctx[ReactorContext]?.context ?: Context.empty()) in ctx()
|
/external/libxml2/os400/libxmlrpg/ |
D | list.rpgle | 61 * Basic Operators 139 * Advanced Operators
|
/external/executorch/kernels/aten/cpu/ |
D | targets.bzl | 4 # Operators that are listed in `functions.yaml`, and are thus compatible with
|
/external/yapf/yapf/pyparser/ |
D | pyparser_visitor.py.tmpl | 409 # Boolean Operators # 421 # Binary Operators # 477 # Unary Operators # 497 # Comparison Operators #
|
/external/pytorch/benchmarks/operator_benchmark/ |
D | README.md | 148 ## 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/ |
D | scoped_generic_unittest.cc | 119 TEST(ScopedGenericTest, Operators) { in TEST() argument
|