Home
last modified time | relevance | path

Searched refs:window_shape (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dpool_test.py101 window_shape, argument
134 for i in range(len(window_shape)):
138 window_size=window_shape[i],
163 window_shape=[1, 3],
174 for window_shape in [[1], [2], [3]]:
179 window_shape=window_shape,
185 if np.any(np.array(strides) > window_shape):
189 window_shape=window_shape,
200 for window_shape in [[1, 1], [2, 1], [2, 3]]:
205 window_shape=window_shape,
[all …]
/external/libxaac/decoder/
Dixheaacd_lt_predict.c58 UWORD16 win_shape = ptr_aac_dec_channel_info->str_ics_info.window_shape; in ixheaacd_lt_prediction()
110 WORD16 window_sequence, WORD16 window_shape, in ixheaacd_filter_bank_ltp() argument
129 if (!window_shape) { in ixheaacd_filter_bank_ltp()
165 if (!window_shape) in ixheaacd_filter_bank_ltp()
177 if (!window_shape) in ixheaacd_filter_bank_ltp()
188 if (!window_shape) in ixheaacd_filter_bank_ltp()
Dixheaacd_ext_ch_ele.c512 usac_data->window_shape[chn], in ixheaacd_cplx_pred_upmixing()
605 usac_data->window_shape[chn] = (WORD32)ixheaacd_read_bits_buf(it_bit_buff, 1); in ixheaacd_ics_info()
691 usac_data->window_shape[right] = usac_data->window_shape[left]; in ixheaacd_core_coder_data()
804 usac_data->window_shape[chn] = WIN_SEL_0; in ixheaacd_core_coder_data()
814 usac_data->window_shape_prev[chn] = usac_data->window_shape[chn]; in ixheaacd_core_coder_data()
909 usac_data->window_shape_prev[ch] = usac_data->window_shape[ch]; in ixheaacd_core_coder_data()
Dixheaacd_lpfuncs.c363 ->ptr_long_window[(WORD32)ptr_aac_dec_overlap_info->window_shape]; in ixheaacd_imdct_process()
366 ->ptr_short_window[(WORD32)ptr_aac_dec_overlap_info->window_shape]; in ixheaacd_imdct_process()
552 ->ptr_short_window[(WORD32)ptr_ics_info->window_shape]; in ixheaacd_imdct_process()
630 ptr_aac_dec_overlap_info->window_shape = ptr_ics_info->window_shape; in ixheaacd_imdct_process()
Dixheaacd_channelinfo.h34 WORD16 window_shape; member
90 WORD16 window_shape; member
Dixheaacd_aacdecoder.c801 ->ptr_long_window[(int)str_ics_info[ch].window_shape]; in ixheaacd_aacdec_decodeframe()
804 ->ptr_short_window[(int)str_ics_info[ch].window_shape]; in ixheaacd_aacdec_decodeframe()
817 ->overlap_add_data.win_shape = str_ics_info[ch].window_shape; in ixheaacd_aacdec_decodeframe()
Dixheaacd_main.h73 WORD32 window_shape[MAX_NUM_CHANNELS]; member
Dixheaacd_initfuncs.c330 aac_dec_handle->pstr_aac_dec_overlap_info[ch]->window_shape = 0; in ixheaacd_aac_decoder_init()
Dixheaacd_channel.c352 ptr_ics_info->window_shape = 1; in ixheaacd_ics_read()
359 ptr_ics_info->window_shape = (WORD16)((value & 0x1)); in ixheaacd_ics_read()
Dixheaacd_create.c257 usac_data->window_shape[i] = 0; in ixheaacd_decode_init()
Dixheaacd_imdct.c319 WORD32 window_select = usac_data->window_shape[i_ch]; in ixheaacd_fd_imdct_short()
Dixheaacd_lpc.c643 usac_data->window_shape[i_ch] = WIN_SEL_0; in ixheaacd_lpd_dec_update()
/external/tensorflow/tensorflow/python/ops/
Dnn_ops.py1333 window_shape, argument
1428 num_spatial_dims = len(window_shape)
1441 if np.any(strides > window_shape):
1460 adjusted_window_shape = [1] + list(window_shape) + [1]
1464 adjusted_window_shape = [1, 1] + list(window_shape)
1501 filter_shape=window_shape)
1508 window_shape, argument
1595 window_shape=window_shape,
/external/tensorflow/tensorflow/examples/speech_commands/
Dfreeze.py112 window_shape=[1, model_settings['average_window_width']],
Dinput_data.py447 window_shape=[1, model_settings['average_window_width']],
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_typed_visitor.h1113 const Shape& window_shape =
1125 auto func = [&window_shape, &dnums, &lhs_shape, &rhs_shape, &window,
1251 } while (IndexUtil::BumpIndices(window_shape,
1860 const Shape window_shape = ShapeUtil::MakeShape(
1896 window_shape, window, operand_literal.shape(), source_index,
1919 window_shape, window, operand_literal.shape(), source_index,
1982 const Shape window_shape = ShapeUtil::MakeShape(
1995 window_shape, window, input_literal_vec[0]->shape(), output_index,
2840 const Shape& window_shape, const Window& window, const Shape& base_shape,
2881 IndexUtil::BumpIndices(window_shape, absl::MakeSpan(window_index)));
Dshape_inference_test.cc326 Shape window_shape = ShapeUtil::MakeShape(F32, {2, 2}); in TEST_F() local
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.nn.pbtxt249 …argspec: "args=[\'input\', \'window_shape\', \'pooling_type\', \'strides\', \'padding\', \'data_fo…
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.nn.pbtxt293 …argspec: "args=[\'input\', \'window_shape\', \'pooling_type\', \'padding\', \'dilation_rate\', \'s…
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc2145 llvm::SmallVector<tensorflow::int64, num_dims> input_shape, window_shape, in GetReduceWindowPaddingAsArray() local
2148 window_shape.reserve(window_shape.size()); in GetReduceWindowPaddingAsArray()
2153 window_shape.push_back(attr.cast<IntegerAttr>().getInt()); in GetReduceWindowPaddingAsArray()
2157 PaddingArray paddings = ::xla::MakePadding(input_shape, window_shape, strides, in GetReduceWindowPaddingAsArray()