Home
last modified time | relevance | path

Searched defs:kernel_name (Results 1 – 25 of 136) sorted by relevance

123456

/external/ComputeLibrary/src/core/CL/kernels/
DCLPoolingLayerKernel.cpp340 …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
DCLColorConvertKernel.cpp109 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
DCLIntegralImageKernel.cpp53 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
DCLChannelExtractKernel.cpp94 std::string kernel_name = "channel_extract_" + string_from_format(format); in configure() local
152 std::string kernel_name; in configure() local
DCLCannyEdgeKernel.cpp69 …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
DCLElementwiseOperationKernel.cpp60 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()
DCLFastCornersKernel.cpp74 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
DCLGaussianPyramidKernel.cpp66 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
DCLHistogramKernel.cpp89 … 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
DCLHOGDescriptorKernel.cpp80 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
DCLChannelCombineKernel.cpp114 std::string kernel_name = "channel_combine_" + string_from_format(output_format); in configure() local
198 std::string kernel_name; in configure() local
DCLSobel7x7Kernel.cpp78 const std::string kernel_name = "sobel_separable1x7"; in configure() local
197 const std::string kernel_name = std::string("sobel_separable7x1"); in configure() local
DCLSobel5x5Kernel.cpp91 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
DCLDepthwiseConvolutionLayer3x3NCHWKernel.cpp116 …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/
Dutils.cpp23 …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/
Dcommon.cpp108 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/
Dlog_memory.proto27 string kernel_name = 2; field
48 string kernel_name = 2; field
Dlog_memory.cc47 void LogMemory::RecordTensorAllocation(const string& kernel_name, in RecordTensorAllocation()
65 void LogMemory::RecordTensorOutput(const string& kernel_name, in RecordTensorOutput()
/external/gemmlowp/meta/generators/
Dcommon.py90 def __init__(self, emitter, kernel_name, output_stream_name): argument
119 def __init__(self, emitter, kernel_name): argument
/external/ComputeLibrary/src/core/GLES_COMPUTE/
DGCHelpers.cpp37 GCKernel create_opengl_kernel(GCCoreRuntimeContext *ctx, const std::string &kernel_name, const std:… in create_opengl_kernel()
/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_tf_stats_test.cc38 absl::string_view kernel_name, in AddTensorFlowOpEvent()
54 absl::string_view kernel_name, in AddTensorFlowOpEventWithKernelDetails()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbuffer_comparator.cc614 absl::string_view kernel_name) { in DeviceCompare()
743 absl::string_view kernel_name) { in CompareEqualParameterized()
/external/tensorflow/tensorflow/lite/tools/
Dlist_flex_ops.h29 std::string kernel_name; member
/external/tensorflow/tensorflow/core/kernels/
Dfused_eigen_output_kernels.cc24 OpKernelConstruction* context, const string& kernel_name, in InitializeFusedComputation()
/external/ComputeLibrary/tests/validation/CL/UNIT/
DCompileContext.cpp51 const std::string kernel_name = "floor_layer"; in TEST_SUITE() local

123456