Home
last modified time | relevance | path

Searched defs:use_bias (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/
H A Dconvolutional.py88 use_bias=True, argument
129 use_bias=True, argument
295 use_bias=True, argument
336 use_bias=True, argument
510 use_bias=True, argument
551 use_bias=True, argument
728 use_bias=True, argument
844 use_bias=True, argument
894 use_bias=True, argument
1018 use_bias=True, argument
[all …]
H A Dcore.py85 use_bias=True, argument
116 use_bias=True, argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_xnnpack_integration.py42 def test_linear(self, batch_size, data_shape, weight_output_dim, use_bias): argument
64 def test_linear_1d_input(self, input_size, weight_output_dim, use_bias): argument
114 use_bias, argument
185 use_bias, argument
250 def test_linear(self, batch_size, data_shape, weight_output_dim, use_bias): argument
337 use_bias, argument
454 use_bias, argument
607 use_bias, argument
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/layers/
H A Dconvolutional.py118 use_bias=True, argument
495 use_bias=True, argument
655 use_bias=True, argument
802 use_bias=True, argument
930 use_bias=True, argument
1201 use_bias=True, argument
1511 use_bias=True, argument
1776 use_bias=True, argument
2009 use_bias=True, argument
2200 use_bias=True, argument
[all …]
H A Drecurrent.py1304 use_bias=True, argument
1528 use_bias=True, argument
1599 def use_bias(self): member in SimpleRNN
1744 use_bias=True, argument
2066 use_bias=True, argument
2145 def use_bias(self): member in GRU
2307 use_bias=True, argument
2565 use_bias=True, argument
2739 use_bias=True, argument
2818 def use_bias(self): member in LSTM
H A Drecurrent_v2.py182 use_bias=True, argument
350 use_bias=True, argument
921 use_bias=True, argument
1074 use_bias=True, argument
H A Dconvolutional_recurrent.py497 use_bias=True, argument
854 use_bias=True, argument
942 def use_bias(self): member in ConvLSTM2D
H A Dcore.py1148 use_bias=True, argument
/aosp_15_r20/external/pytorch/test/quantization/core/
H A Dtest_quantized_op.py3126 use_bias, use_relu, use_multi_dim_input, use_channelwise, reduce_range): argument
3754 def _test_qlinear_impl(self, batch_size, input_channels, output_channels, use_bias, argument
3935 self, batch_size, input_channels, output_channels, use_bias, argument
4063 def test_qlinear_cudnn(self, batch_size, input_channels, output_channels, use_bias, argument
4928 use_bias, use_channelwise, use_transpose, argument
5013 Y_zero_point, use_bias, post_op, use_channelwise, use_transpose, argument
5165 use_bias, argument
5246 use_bias, argument
5453 use_bias, argument
5536 use_bias, argument
[all …]
H A Dtest_quantized_functional.py38 Y_scale, Y_zero_point, use_bias, use_channelwise, argument
91 use_bias, use_channelwise, qengine, argument
143 use_bias, use_channelwise, qengine, argument
199 X_zero_point, W_scale, W_zero_point, Y_scale, Y_zero_point, use_bias, argument
H A Dtest_quantized_module.py99 batch_size, in_features, out_features, use_bias, argument
270 use_bias, post_op, use_channelwise, X2_scale=1.0, X2_zero_point=0): argument
1603 … def test_linear_api(self, batch_size, in_features, out_features, use_bias, use_default_observer): argument
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_efficient_conv_bn_eval.py36 use_bias, argument
60 use_bias, argument
98 test_class, use_bias, module, sync_bn, decompose_nn_module argument
H A Dtest_binary_folding.py37 def test_conv_fusion(use_bias, module, op, scalar, add_tensor, expect_success): argument
163 def test_conv_fusion(use_bias, module, expect_success): argument
H A Dtest_mkldnn_pattern_matcher.py973 def __init__(self, use_bias): argument
1443 def __init__(self, use_bias, do_permute=False): argument
1615 def __init__(self, use_bias): argument
2040 def __init__(self, use_bias): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dsingle_loss_example.py28 def single_loss_example(optimizer_fn, distribution, use_bias=False, argument
50 def minimize_loss_example(optimizer, use_bias=False, use_callable_loss=True): argument
/aosp_15_r20/external/executorch/backends/apple/mps/test/
H A Dtest_mps_linear.py79 def __init__(self, in_size, out_size, use_bias): argument
101 def __init__(self, in_size, out_size, use_bias): argument
/aosp_15_r20/external/libopus/dnn/training_tf2/
H A Dmdense.py13 use_bias=True, argument
/aosp_15_r20/external/executorch/backends/xnnpack/test/
H A Dtest_xnnpack_utils.py499 def _test_xnnpack_dqlinear_with_partitioner(self, weight_qconfig, use_bias=True): argument
/aosp_15_r20/external/pytorch/test/quantization/pt2e/
H A Dtest_x86inductor_quantizer.py324 def __init__(self, use_bias) -> None: argument
333 self, use_bias, postop, inplace_postop=False, post_op_algo="none" argument
/aosp_15_r20/external/XNNPACK/src/subgraph/
H A Ddeconvolution-2d.c29 const bool use_bias = node->num_inputs >= 3; in create_deconvolution_operator() local
/aosp_15_r20/external/executorch/backends/xnnpack/test/ops/
H A Dlinear.py82 def __init__(self, in_size, out_size, use_bias, dtype=torch.float): argument
/aosp_15_r20/external/pytorch/test/xpu/
H A Dtest_conv.py54 use_bias=True, argument
/aosp_15_r20/external/pytorch/test/nn/
H A Dtest_convolution.py1236 use_bias=True, argument
/aosp_15_r20/external/pytorch/test/quantization/fx/
H A Dtest_quantize_fx.py6746 def __init__(self, use_bias, has_relu, f_relu): argument
6841 def __init__(self, use_bias, has_relu, f_relu): argument
6896 def __init__(self, use_bias, has_relu, f_relu): argument
6993 def __init__(self, dim, use_bias, has_relu, f_relu): argument
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_freezing.py2199 use_bias, module, tracing, op, scalar, add_tensor, expect_success argument

12