Home
last modified time | relevance | path

Searched defs:operator_type (Results 1 – 18 of 18) 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()
Dprelu-nc.c30 enum xnn_operator_type operator_type, in create_prelu_nc()
Dconstant-pad-nd.c23 enum xnn_operator_type operator_type, in create_constant_pad_nd()
Dresize-bilinear-nhwc.c29 enum xnn_operator_type operator_type, in create_resize_bilinear2d_nhwc()
Dbinary-elementwise-nd.c27 enum xnn_operator_type operator_type, in create_binary_elementwise_nd()
72 enum xnn_operator_type operator_type, in create_binary_elementwise_nd_f16()
118 enum xnn_operator_type operator_type, in create_binary_elementwise_nd_f32()
Dglobal-average-pooling-nwc.c35 enum xnn_operator_type operator_type, in create_global_average_pooling_nwc()
Dfully-connected-nc.c46 enum xnn_operator_type operator_type, in create_fully_connected_nc()
Dlut-elementwise-nc.c34 enum xnn_operator_type operator_type, in create_lut_elementwise_nc()
Dmax-pooling-nhwc.c65 enum xnn_operator_type operator_type, in create_max_pooling2d_nhwc()
Ddeconvolution-nhwc.c40 static enum xnn_status create_deconvolution2d_nhwc( in create_deconvolution2d_nhwc()
Dunary-elementwise-nc.c27 enum xnn_operator_type operator_type, in create_unary_elementwise_nc()
Dconvolution-nhwc.c63 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/cpython3/Include/internal/
Dpycore_ast_state.h219 PyObject *operator_type; member
/external/python/cpython2/Python/
DPython-ast.c305 static PyTypeObject *operator_type; variable