Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/fixtures/
DBatchNormalizationLayerFusionFixture.h49 …void setup(TensorShape src_shape, TensorShape w_shape, TensorShape b_shape, TensorShape dst_shape,… in setup()
83 …TensorType compute_target(TensorShape src_shape, TensorShape w_shape, TensorShape b_shape, TensorS… in compute_target()
159 …SimpleTensor<T> compute_reference(TensorShape src_shape, TensorShape w_shape, TensorShape b_shape,… in compute_reference()
/external/ComputeLibrary/src/cpu/operators/
DCpuGemmDirectConv2d.cpp169 const TensorShape w_shape = weights->tensor_shape(); in validate() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_constants.cc240 const auto& w_shape = attr.weights.shape; in IsConvConstantsSupported() local
/external/pytorch/torch/utils/
Dflop_counter.py132 def conv_flop(x_shape, w_shape, _bias, _stride, _padding, _dilation, transposed, *args, out_shape=N… argument
141 w_shape, argument
/external/libxaac/encoder/
Dixheaace_cplx_pred.c175 FLOAT64 *ptr_dmx_im, WORD32 window, const WORD32 w_shape, in iusace_estimate_dmx_im()
/external/libxaac/decoder/
Dixheaacd_ext_ch_ele.c428 WORD32 window, const WORD32 w_shape, in ixheaacd_estimate_dmx_im()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc6972 auto w_shape = llvm::to_vector<4>(batch_dims); in ComputeWYRepresentation() local