Home
last modified time | relevance | path

Searched defs:operator_type (Results 1 – 15 of 15) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-lift.hpp55 typedef rxu::decay_t<Operator> operator_type; typedef
65 typedef typename traits::operator_type operator_type; typedef
86 typedef rxu::decay_t<Operator> operator_type; typedef in rxcpp::operators::detail::lift_factory
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dgroup_bidirectional_sequence_ops.cc84 OperatorType operator_type, in FindUnidirectionalSequenceOp()
321 OperatorType operator_type, const std::string& input_array_name, in RewireBidirectionalSequenceSequenceOpsConnections()
404 OperatorType operator_type, in GroupDynamicSequenceOps()
/external/tensorflow/tensorflow/lite/schema/
Dupgrade_schema.py232 def RemapOperatorType(operator_type): argument
/external/XNNPACK/src/operators/
Dchannel-shuffle-nc.c28 enum xnn_operator_type operator_type, in create_channel_shuffle_nc()
Dconstant-pad-nd.c23 enum xnn_operator_type operator_type, in create_constant_pad_nd()
Dbinary-elementwise-nd.c27 enum xnn_operator_type operator_type, in create_binary_elementwise_nd()
71 enum xnn_operator_type operator_type, in create_binary_elementwise_nd_f16()
116 enum xnn_operator_type operator_type, in create_binary_elementwise_nd_f32()
Dfully-connected-nc.c44 enum xnn_operator_type operator_type, in create_fully_connected_nc()
Dmax-pooling-nhwc.c63 enum xnn_operator_type operator_type, in create_max_pooling2d_nhwc()
Dglobal-average-pooling-nwc.c35 enum xnn_operator_type operator_type, in create_global_average_pooling_nwc()
Dunary-elementwise-nc.c27 enum xnn_operator_type operator_type, in create_unary_elementwise_nc()
Ddeconvolution-nhwc.c41 static enum xnn_status create_deconvolution2d_nhwc( in create_deconvolution2d_nhwc()
Dconvolution-nhwc.c61 static enum xnn_status create_convolution2d_nhwc( in create_convolution2d_nhwc()
/external/openscreen/tools/cddl/
Dsema.cc278 const AstNode& operator_type = *target_type.sibling; in AnalyzeType1() local
/external/python/cpython2/Python/
DPython-ast.c305 static PyTypeObject *operator_type; variable
/external/python/cpython3/Python/
DPython-ast.c199 PyObject *operator_type; member