Home
last modified time | relevance | path

Searched defs:feature_dim (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/libopus/dnn/
H A Dadaconvtest.c21 int feature_dim, in adaconv_compare()
123 int feature_dim, in adacomb_compare()
239 int feature_dim, in adashape_compare()
H A Dnndsp.c139 int feature_dim, in adaconv_process_frame()
251 int feature_dim, in adacomb_process_frame()
346 int feature_dim, in adashape_process_frame()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dconv_op_helpers.cc107 int feature_dim = GetTensorFeatureDimIndex(num_dims, attrs.data_format); in CheckConvAttrs() local
210 int feature_dim = GetTensorFeatureDimIndex(num_dims, attrs.data_format); in MakeXlaForwardConvOp() local
301 int feature_dim = GetTensorFeatureDimIndex(num_dims, attrs.data_format); in MakeXlaBackpropInputConvOp() local
H A Dbias_ops.cc54 int feature_dim = (data_format_ == FORMAT_NHWC) in Compile() local
H A Ddepthtospace_op.cc69 int feature_dim = GetTensorFeatureDimIndex(input_rank, data_format); in Compile() local
H A Dextract_image_patches_op.cc62 int feature_dim = GetTensorFeatureDimIndex(num_dims, data_format); in Compile() local
H A Dspacetodepth_op.cc69 int feature_dim = GetTensorFeatureDimIndex(input_rank, data_format); in Compile() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Dapprox_topk_test.py119 def test_mips(self, k, db_size, qy_size, feature_dim): argument
146 def test_l2ann(self, k, db_size, qy_size, feature_dim): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/math_ops/
H A Dapprox_topk_test.py121 def test_mips(self, dtype, k, db_size, qy_size, feature_dim): argument
147 def test_l2ann(self, dtype, k, db_size, qy_size, feature_dim): argument
/aosp_15_r20/external/pytorch/torch/ao/pruning/_experimental/activation_sparsifier/
H A Dactivation_sparsifier.py97 feature_dim=None, argument
192 feature_dim=None, argument
/aosp_15_r20/external/libopus/dnn/torch/fargan/
H A Dfargan.py157 def __init__(self, feature_dim=20, cond_size=256, pembed_dims=12): argument
274 …def __init__(self, subframe_size=40, nb_subframes=4, feature_dim=20, cond_size=256, passthrough_si… argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DEmbedding.cu170 int feature_dim = start_feature + ii * C10_WARP_SIZE; in embedding_backward_kernel() local
184 int feature_dim = start_feature + ii * C10_WARP_SIZE; in embedding_backward_kernel() local
H A DIndexing.cu93 int64_t feature_dim = start_feature + ii * C10_WARP_SIZE; in indexing_backward_kernel() local
113 int64_t feature_dim = start_feature + ii * C10_WARP_SIZE; in indexing_backward_kernel() local
256 int64_t feature_dim = start_feature + ii * C10_WARP_SIZE; in indexing_backward_kernel_quantized() local
269 int64_t feature_dim = start_feature + ii * C10_WARP_SIZE; in indexing_backward_kernel_quantized() local
/aosp_15_r20/external/libopus/dnn/torch/rdovae/rdovae/
H A Drdovae.py302 def __init__(self, feature_dim, output_dim, cond_size, cond_size2, state_size=24): argument
519 feature_dim, argument
/aosp_15_r20/external/libopus/dnn/torch/osce/utils/layers/
H A Dnoise_shaper.py39 feature_dim, argument
H A Dtd_shaper.py12 feature_dim, argument
H A Dlimited_adaptive_comb1d.py42 feature_dim, argument
H A Dlimited_adaptive_conv1d.py46 feature_dim, argument
/aosp_15_r20/external/libopus/dnn/torch/osce/models/
H A Dsilk_feature_net.py40 feature_dim=47, argument
H A Dlpcnet_feature_net.py39 feature_dim=84, argument
H A Dsilk_feature_net_pl.py47 feature_dim=47, argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dconv_grad_shape_utils.cc125 int feature_dim = GetTensorFeatureDimIndex(num_dims, data_format); in ConvBackpropComputeDimensionsV2() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dcudnn_simplify_padding.cc92 int64_t feature_dim = dnums.kernel_output_feature_dimension(); in NumTrailingZeroOutputFeatures() local
/aosp_15_r20/external/libopus/dnn/torch/neural-pitch/
H A Dneural_pitch_update.py68 feature_dim = features.shape[1] variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dlegalize_tf.cc408 Value broadcast_from, int64_t feature_dim, in Broadcast1DToFeatureDim()
991 int64_t feature_dim = GetTensorFeatureDimIndex(num_dims, format); in GetConvDimensionNumbersAttr() local
1028 auto feature_dim = GetFeatureDimension(data_format, value_type); in matchAndRewrite() local
2236 auto feature_dim = feature_dim_attr.getValue().getSExtValue(); in matchAndRewrite() local
2345 auto feature_dim = getFeatureDimensionAttr(rewriter, data_format, op.x()); in matchAndRewrite() local
4998 const int feature_dim = in matchAndRewrite() local
5161 const int feature_dim = in matchAndRewrite() local

12