Home
last modified time | relevance | path

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

12

/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/
DGpuOperatorGroup.cpp51 Operator::Operator(OperatorId id, GpuOperatorType operator_type, const ArgumentPack<ITensorInfo> &t… in Operator()
61 GpuOperatorType Operator::operator_type() const in operator_type() function in arm_compute::experimental::dynamic_fusion::Operator
154 Operator GpuOperatorGroup::new_operator(const GpuOperatorType &operator_type, const ArgumentPack<IT… in new_operator() argument
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dgroup_bidirectional_sequence_ops.cc85 OperatorType operator_type, in FindUnidirectionalSequenceOp()
322 OperatorType operator_type, const std::string& input_array_name, in RewireBidirectionalSequenceSequenceOpsConnections()
405 OperatorType operator_type, in GroupDynamicSequenceOps()
/external/XNNPACK/src/operators/
Dtranspose-nd.c38 enum xnn_operator_type operator_type, in init_transpose_nd()
61 enum xnn_operator_type operator_type, in create_transpose_nd()
429 enum xnn_operator_type operator_type, in run_transpose_nd()
686 enum xnn_operator_type operator_type, in create_depth_to_space_nhwc()
936 enum xnn_operator_type operator_type, in create_space_to_depth_nhwc()
Dchannel-shuffle-nc.c28 enum xnn_operator_type operator_type, in create_channel_shuffle_nc()
Dprelu-nc.c31 enum xnn_operator_type operator_type, in create_prelu_nc()
Ddepth-to-space-nhwc.c22 enum xnn_operator_type operator_type, in create_depth_to_space_nhwc()
Dconstant-pad-nd.c23 enum xnn_operator_type operator_type, in create_constant_pad_nd()
Dsoftmax-nc.c194 enum xnn_operator_type operator_type, in create_softmax_nc_floating_point()
Dresize-bilinear-nhwc.c30 enum xnn_operator_type operator_type, in create_resize_bilinear2d_nhwc()
Dglobal-average-pooling-nwc.c35 enum xnn_operator_type operator_type, in create_global_average_pooling_nwc()
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()
/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/operators/
DGpuOutput.cpp43 constexpr GpuOperatorType operator_type = GpuOperatorType::Simple; variable
DGpuReshape.cpp78 GpuOperatorType operator_type = GpuOperatorType::Complex; variable
DGpuClamp.cpp87 constexpr GpuOperatorType operator_type = GpuOperatorType::Simple; variable
DGpuCast.cpp94 constexpr GpuOperatorType operator_type = GpuOperatorType::Simple; variable
DGpuResize.cpp107 constexpr GpuOperatorType operator_type = GpuOperatorType::Complex; variable
DGpuPool2d.cpp49 constexpr GpuOperatorType operator_type = GpuOperatorType::Unfusable; variable
DGpuSoftmax.cpp43 GpuOperatorType operator_type = GpuOperatorType::Unfusable; variable
DGpuDepthwiseConv2d.cpp138 constexpr GpuOperatorType operator_type = GpuOperatorType::Complex; variable
DGpuConv2d.cpp176 constexpr GpuOperatorType operator_type = GpuOperatorType::Complex; variable
/external/tensorflow/tensorflow/lite/schema/
Dupgrade_schema.py228 def RemapOperatorType(operator_type): argument
/external/googleapis/google/cloud/channel/v1/
Dentitlement_changes.proto181 OperatorType operator_type = 6; field
/external/google-cloud-java/java-channel/proto-google-cloud-channel-v1/src/main/proto/google/cloud/channel/v1/
Dentitlement_changes.proto181 OperatorType operator_type = 6; field
/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/operators/internal/
DGpuElementwiseBinaryCommon.cpp90 GpuOperatorType operator_type = GpuOperatorType::Simple; variable
/external/pytorch/torch/csrc/jit/runtime/
Dregister_special_ops.cpp259 #define DEFINE_TORCH_TENSOR_OP(operator_type, c_type, tensor_creation_op) \ argument

12