/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/ |
D | GpuOperatorGroup.cpp | 51 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/ |
D | group_bidirectional_sequence_ops.cc | 85 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/ |
D | transpose-nd.c | 38 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()
|
D | channel-shuffle-nc.c | 28 enum xnn_operator_type operator_type, in create_channel_shuffle_nc()
|
D | prelu-nc.c | 31 enum xnn_operator_type operator_type, in create_prelu_nc()
|
D | depth-to-space-nhwc.c | 22 enum xnn_operator_type operator_type, in create_depth_to_space_nhwc()
|
D | constant-pad-nd.c | 23 enum xnn_operator_type operator_type, in create_constant_pad_nd()
|
D | softmax-nc.c | 194 enum xnn_operator_type operator_type, in create_softmax_nc_floating_point()
|
D | resize-bilinear-nhwc.c | 30 enum xnn_operator_type operator_type, in create_resize_bilinear2d_nhwc()
|
D | global-average-pooling-nwc.c | 35 enum xnn_operator_type operator_type, in create_global_average_pooling_nwc()
|
D | binary-elementwise-nd.c | 27 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/ |
D | GpuOutput.cpp | 43 constexpr GpuOperatorType operator_type = GpuOperatorType::Simple; variable
|
D | GpuReshape.cpp | 78 GpuOperatorType operator_type = GpuOperatorType::Complex; variable
|
D | GpuClamp.cpp | 87 constexpr GpuOperatorType operator_type = GpuOperatorType::Simple; variable
|
D | GpuCast.cpp | 94 constexpr GpuOperatorType operator_type = GpuOperatorType::Simple; variable
|
D | GpuResize.cpp | 107 constexpr GpuOperatorType operator_type = GpuOperatorType::Complex; variable
|
D | GpuPool2d.cpp | 49 constexpr GpuOperatorType operator_type = GpuOperatorType::Unfusable; variable
|
D | GpuSoftmax.cpp | 43 GpuOperatorType operator_type = GpuOperatorType::Unfusable; variable
|
D | GpuDepthwiseConv2d.cpp | 138 constexpr GpuOperatorType operator_type = GpuOperatorType::Complex; variable
|
D | GpuConv2d.cpp | 176 constexpr GpuOperatorType operator_type = GpuOperatorType::Complex; variable
|
/external/tensorflow/tensorflow/lite/schema/ |
D | upgrade_schema.py | 228 def RemapOperatorType(operator_type): argument
|
/external/googleapis/google/cloud/channel/v1/ |
D | entitlement_changes.proto | 181 OperatorType operator_type = 6; field
|
/external/google-cloud-java/java-channel/proto-google-cloud-channel-v1/src/main/proto/google/cloud/channel/v1/ |
D | entitlement_changes.proto | 181 OperatorType operator_type = 6; field
|
/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/operators/internal/ |
D | GpuElementwiseBinaryCommon.cpp | 90 GpuOperatorType operator_type = GpuOperatorType::Simple; variable
|
/external/pytorch/torch/csrc/jit/runtime/ |
D | register_special_ops.cpp | 259 #define DEFINE_TORCH_TENSOR_OP(operator_type, c_type, tensor_creation_op) \ argument
|