/external/ComputeLibrary/src/core/CL/kernels/ |
D | CLPoolingLayerKernel.cpp | 340 …std::string kernel_name = ((is_pool3x3_stride_le3) ? "pooling_layer_optimized_" : "pooling_layer_") in configure() local 349 std::string kernel_name = "pooling_layer_2_nchw_indices_fp32"; in configure() local 354 std::string kernel_name = "pooling_layer_2_nchw_indices_fp16"; in configure() local 360 …std::string kernel_name = is_data_type_quantized_asymmetric(data_type) ? "pooling_layer_MxN_quanti… in configure() local 397 std::string kernel_name = "pooling_layer_2x2_nhwc"; in configure() local 402 …std::string kernel_name = is_data_type_quantized_asymmetric(data_type) ? "pooling_layer_MxN_quanti… in configure() local
|
D | CLColorConvertKernel.cpp | 109 std::stringstream kernel_name; in configure() local 180 std::stringstream kernel_name; in configure() local 295 std::stringstream kernel_name; in configure() local 391 std::stringstream kernel_name; in configure() local
|
D | CLIntegralImageKernel.cpp | 53 const std::string kernel_name = std::string("integral_horizontal"); in configure() local 102 const std::string kernel_name = std::string("integral_vertical"); in configure() local
|
D | CLChannelExtractKernel.cpp | 94 std::string kernel_name = "channel_extract_" + string_from_format(format); in configure() local 152 std::string kernel_name; in configure() local
|
D | CLCannyEdgeKernel.cpp | 69 …const std::string kernel_name = (norm_type == 1) ? std::string("combine_gradients_L1") : std::stri… in configure() local 148 const std::string kernel_name = std::string("suppress_non_maximum"); in configure() local 237 const std::string kernel_name = std::string("hysteresis"); in configure() local
|
D | CLElementwiseOperationKernel.cpp | 60 std::string generate_id_for_tuning_common(const std::string &kernel_name, const ITensorInfo &input1… in generate_id_for_tuning_common() 265 std::string kernel_name = "elementwise_operation_" + name(); in configure_common() local 386 std::string CLLogicalBinaryKernel::generate_id_for_tuning(const std::string &kernel_name, const ITe… in generate_id_for_tuning() 438 …CLSaturatedArithmeticOperationKernel::generate_id_for_tuning(const std::string &kernel_name, const… in generate_id_for_tuning() 506 std::string CLArithmeticOperationKernel::generate_id_for_tuning(const std::string &kernel_name, con… in generate_id_for_tuning()
|
D | CLFastCornersKernel.cpp | 74 const std::string kernel_name = std::string("fast_corners"); in configure() local 161 const std::string kernel_name = std::string("copy_to_keypoint"); in configure() local
|
D | CLGaussianPyramidKernel.cpp | 66 const std::string kernel_name = std::string("gaussian1x5_sub_x"); in configure() local 177 const std::string kernel_name = std::string("gaussian5x1_sub_y"); in configure() local
|
D | CLHistogramKernel.cpp | 89 … const std::string kernel_name = is_fixed_size ? "hist_local_kernel_fixed" : "hist_local_kernel"; in configure() local 200 …const std::string kernel_name = is_fixed_size ? "hist_border_kernel_fixed" : "hist_border_kernel… in configure() local
|
D | CLHOGDescriptorKernel.cpp | 80 const std::string kernel_name = std::string("hog_orientation_binning"); in configure() local 182 const std::string kernel_name = std::string("hog_block_normalization"); in configure() local
|
D | CLChannelCombineKernel.cpp | 114 std::string kernel_name = "channel_combine_" + string_from_format(output_format); in configure() local 198 std::string kernel_name; in configure() local
|
D | CLSobel7x7Kernel.cpp | 78 const std::string kernel_name = "sobel_separable1x7"; in configure() local 197 const std::string kernel_name = std::string("sobel_separable7x1"); in configure() local
|
D | CLSobel5x5Kernel.cpp | 91 const std::string kernel_name = std::string("sobel_separable1x5"); in configure() local 195 const std::string kernel_name = std::string("sobel_separable5x1"); in configure() local
|
D | CLDepthwiseConvolutionLayer3x3NCHWKernel.cpp | 116 …unsigned int depth_multiplier, GPUTarget gpu_target, std::string &kernel_name, const Size2D dilati… in validate_and_configure_window() 276 std::string kernel_name; in configure() local 371 std::string kernel_name; in validate() local
|
/external/OpenCL-CTS/test_conformance/device_execution/ |
D | utils.cpp | 23 …ommand_queue queue, const char** source, unsigned int num_lines, const char* kernel_name, void* re… in run_single_kernel() 28 …ommand_queue queue, const char** source, unsigned int num_lines, const char* kernel_name, void* re… in run_single_kernel_args() 33 …ommand_queue queue, const char** source, unsigned int num_lines, const char* kernel_name, size_t l… in run_n_kernel_args()
|
/external/mesa3d/src/gallium/frontends/clover/llvm/codegen/ |
D | common.cpp | 108 const std::string &kernel_name) { in get_reqd_work_group_size() 117 kernel_attributes(const Module &mod, const std::string &kernel_name) { in kernel_attributes() 150 make_kernel_args(const Module &mod, const std::string &kernel_name, in make_kernel_args()
|
/external/tensorflow/tensorflow/core/framework/ |
D | log_memory.proto | 27 string kernel_name = 2; field 48 string kernel_name = 2; field
|
D | log_memory.cc | 47 void LogMemory::RecordTensorAllocation(const string& kernel_name, in RecordTensorAllocation() 65 void LogMemory::RecordTensorOutput(const string& kernel_name, in RecordTensorOutput()
|
/external/gemmlowp/meta/generators/ |
D | common.py | 90 def __init__(self, emitter, kernel_name, output_stream_name): argument 119 def __init__(self, emitter, kernel_name): argument
|
/external/ComputeLibrary/src/core/GLES_COMPUTE/ |
D | GCHelpers.cpp | 37 GCKernel create_opengl_kernel(GCCoreRuntimeContext *ctx, const std::string &kernel_name, const std:… in create_opengl_kernel()
|
/external/tensorflow/tensorflow/core/profiler/convert/ |
D | op_stats_to_tf_stats_test.cc | 38 absl::string_view kernel_name, in AddTensorFlowOpEvent() 54 absl::string_view kernel_name, in AddTensorFlowOpEventWithKernelDetails()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | buffer_comparator.cc | 614 absl::string_view kernel_name) { in DeviceCompare() 743 absl::string_view kernel_name) { in CompareEqualParameterized()
|
/external/tensorflow/tensorflow/lite/tools/ |
D | list_flex_ops.h | 29 std::string kernel_name; member
|
/external/tensorflow/tensorflow/core/kernels/ |
D | fused_eigen_output_kernels.cc | 24 OpKernelConstruction* context, const string& kernel_name, in InitializeFusedComputation()
|
/external/ComputeLibrary/tests/validation/CL/UNIT/ |
D | CompileContext.cpp | 51 const std::string kernel_name = "floor_layer"; in TEST_SUITE() local
|