Home
last modified time | relevance | path

Searched defs:operators (Results 1 – 25 of 142) sorted by relevance

123456

/external/tensorflow/tensorflow/lite/delegates/xnnpack/
DREADME.md148 ### `ABS`
152 ### `ADD`
159 ### `AVERAGE_POOL_2D`
166 ### `CEIL`
170 ### `CONV_2D`
178 ### `DEPTH_TO_SPACE`
183 ### `DEPTHWISE_CONV_2D`
191 ### `DIV`
197 ### `ELU`
201 ### `FULLY_CONNECTED`
[all …]
/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2020-005.md3 ### CVE Number
6 ### Impact
52 ### Vulnerable Versions
56 ### Patches
69 ### Workarounds
76 ### For more information
82 ### Attribution
/external/tensorflow/tensorflow/lite/toco/tflite/
Dimport_test.cc106 Offset<Vector<Offset<::tflite::Operator>>> operators, in BuildSubGraphs()
128 auto operators = BuildOperators(); in BuildTestModel() local
157 details::OperatorsTable operators; in TEST_F() local
190 auto operators = BuildOperators(); in TEST_F() local
204 auto operators = BuildOperators({}, {1}); in TEST_F() local
218 auto operators = BuildOperators({0}, {}); in TEST_F() local
233 auto operators = BuildOperators(); in TEST_F() local
247 auto operators = BuildOperators(); in TEST_F() local
Dexport_test.cc196 auto operators = (*model->subgraphs())[0]->operators(); in ExportAndGetOperatorIndices() local
218 details::OperatorsMap operators; in TEST_F() local
614 details::OperatorsMap operators; in TEST_F() local
626 details::OperatorsMap operators; in TEST_F() local
639 details::OperatorsMap operators; in TEST_F() local
673 auto operators = (*model->subgraphs())[0]->operators(); in TEST_F() local
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_composition.py114 operators, argument
198 def operators(self): member in LinearOperatorComposition
Dlinear_operator_kronecker.py138 operators, argument
243 def operators(self): member in LinearOperatorKronecker
Dlinear_operator_addition.py38 def add_operators(operators, argument
193 def _static_check_for_same_dimensions(operators): argument
215 def _static_check_for_broadcastable_batch_shape(operators): argument
Dlinear_operator_block_diag.py135 operators, argument
242 def operators(self): member in LinearOperatorBlockDiag
Dlinear_operator_block_lower_triangular.py191 operators, argument
345 def operators(self): member in LinearOperatorBlockLowerTriangular
/external/mesa3d/src/compiler/glsl/
Dast_expr.cpp29 static const char *const operators[] = { in operator_string() local
/external/python/cpython2/Lib/plat-irix5/
Dpanelparser.py13 operators = '()\'' variable
/external/python/cpython2/Lib/plat-irix6/
Dpanelparser.py13 operators = '()\'' variable
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-start_with.hpp34 namespace operators { namespace
Drx-subscribe.hpp60 namespace operators { namespace
Drx-connect_forever.hpp20 namespace operators { namespace
Drx-repeat.hpp32 namespace operators { namespace
Drx-retry.hpp28 namespace operators { namespace
Drx-publish.hpp46 namespace operators { namespace
Drx-replay.hpp71 namespace operators { namespace
/external/tensorflow/tensorflow/lite/tools/
Dlist_flex_ops_no_kernel.cc37 auto* operators = subgraph->operators(); in AddFlexOpsFromModel() local
Dlist_flex_ops.cc85 auto* operators = subgraph->operators(); in AddFlexOpsFromModel() local
/external/starlark-go/doc/
Dspec.md1900 #### `or` and `and`
1941 #### Comparisons
1982 #### Arithmetic operations
2088 #### Membership tests
2121 #### String interpolation
/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.id/
Dp4.cpp50 namespace operators namespace
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/
Dlegacy_reshape.json31 "operators": [ array
/external/turbine/javatests/com/google/turbine/parse/
DLexerTest.java180 public void operators() { in operators() method in LexerTest

123456