Home
last modified time | relevance | path

Searched defs:output_feature (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dgrouped_convolution_test.cc40 int64_t input_feature, output_feature, window, stride, pad, lhs_dilate; member
67 int64_t output_feature = option[0]; in GetConv2DTestCases() local
H A Dconvolution_test_1d.cc62 int64_t output_feature; member
76 int64_t output_feature = GetParam().output_feature; in TestImpl() local
H A Dconv_depthwise_common.h35 int64_t output_feature = -1, window = -1, stride = -1, pad = -1, member
H A Dconvolution_dimension_numbers_test.cc36 int64_t input_second_spatial, int64_t output_batch, int64_t output_feature, in CreateConvDimensionNumbers()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dconvolution_group_converter.cc175 int64_t output_feature = filter_shape.dimensions(kernel_output_feature_dim); in GetExpandedFilterMask() local
235 const int64_t output_feature = in HandleBatchGroupCount() local
H A Dhlo_cost_analysis.cc602 const int64_t output_feature = in GetConvolutionFlops() local
H A Delemental_ir_emitter.cc3039 llvm::Value* output_feature = index[dnums.output_feature_dimension()]; in EmitConvolution() local