Home
last modified time | relevance | path

Searched defs:bias_t (Results 1 – 11 of 11) sorted by relevance

/external/pytorch/torch/csrc/jit/passes/
Dfrozen_conv_add_relu_fusion_cuda.cpp94 const at::Tensor& bias_t = bias.value().toTensor(); in fuseFrozenConvAddReluImpl() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dremapper_test.cc644 auto bias_t = GenerateTensorWithSetRandom<DTYPE>({128}); in RunTest() local
751 auto bias_t = GenerateTensorWithSetRandom<DTYPE>({128}); in RunTest() local
905 auto bias_t = GenerateTensorWithSetRandom<DTYPE>({128}); in RunTest() local
1301 auto bias_t = GenerateTensorWithSetRandom<DTYPE>({128}); in RunTest() local
1439 auto bias_t = GenerateTensorWithSetRandom<DTYPE>({64}); in RunTest() local
1540 auto bias_t = GenerateRandomTensor<DT_FLOAT>({128}); in TEST_F() local
1640 auto bias_t = GenerateTensorWithSetRandom<DTYPE>({64}); in RunTest() local
1932 auto bias_t = GenerateRandomTensor<DT_FLOAT>({128}); in TEST_F() local
2003 auto bias_t = GenerateRandomTensor<DT_FLOAT>({128}); in TEST_F() local
2096 auto bias_t = GenerateRandomTensor<DT_FLOAT>({128}); in TEST_F() local
[all …]
Dmkl_remapper_test.cc583 auto bias_t = GenerateRandomTensor<DTYPE>({128 * 3}); in RelpaceAddWithBiasAddDepthwiseConv2D() local
689 auto bias_t = GenerateTensorWithSetRandom<DTYPE>({64}); in RunTest() local
Dconstant_folding_test.cc974 auto bias_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2})); in TEST_F() local
/external/pytorch/aten/src/ATen/native/cudnn/
DConvPlaceholders.cpp208 const std::optional<Tensor>& bias_t, in cudnn_convolution_relu()
221 const std::optional<Tensor>& bias_t, in cudnn_convolution_add_relu()
DConvShared.cpp708 const std::optional<Tensor>& bias_t, in cudnn_convolution_relu()
762 const std::optional<Tensor>& bias_t, in cudnn_convolution_add_relu()
DBatchNorm.cpp133 const Tensor& bias_t = *bias_t_maybe_owned; in cudnn_batch_norm() local
/external/pytorch/aten/src/ATen/native/miopen/
DBatchNorm_miopen.cpp66 const Tensor& bias_t = *bias_t_maybe_owned; in miopen_batch_norm() local
DConv_miopen.cpp804 const Tensor& bias_t = *bias_t_maybe_owned; in miopen_convolution() local
905 const Tensor& bias_t = *bias_t_maybe_owned; in miopen_depthwise_convolution() local
1472 const Tensor& bias_t = *bias_t_maybe_owned; in miopen_convolution_transpose() local
/external/tensorflow/tensorflow/core/kernels/
Dconv_ops_benchmark_test.cc127 Tensor bias_t = MakeRandomTensor<T>({out_depth}); in Conv2DWithBias() local
242 Tensor bias_t = MakeRandomTensor<T>({out_depth}); local
/external/pytorch/torch/csrc/autograd/
DFunctionsManual.cpp1295 const Tensor& bias_t, in convolution_jvp()
1333 const Tensor& bias_t, in _convolution_jvp()
6159 const Tensor& bias_t) { in _affine_jvp()
6195 const Tensor& bias_t, in batch_norm_jvp()
6250 const Tensor& bias_t, in layer_norm_jvp()
6289 const Tensor& bias_t, in group_norm_jvp()