Home
last modified time | relevance | path

Searched defs:out_features (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_cpu_select_algorithm.py156 self, batch_size, in_features, out_features, bias, input_3d, dtype argument
191 def test_linear_wgt_multi_users(self, in_features, out_features, bias, dtype): argument
266 self, batch_size, in_features, out_features, bias, epilogue, dtype argument
349 self, batch_size, in_features, out_features, bias, epilogue, dtype argument
397 out_features, argument
483 self, batch_size, in_features, linear_in_features, out_features, bias, dtype argument
566 self, batch_size, in_features, out_features, bias, unary, binary, dtype argument
601 self, batch_size, in_features, out_features, bias, binary, dtype argument
629 def test_linear_amx(self, batch_size, in_features, out_features, bias, dtype): argument
665 out_features, argument
[all …]
/aosp_15_r20/external/pytorch/torch/ao/nn/intrinsic/quantized/modules/
H A Dlinear_relu.py35 def __init__(self, in_features, out_features, bias=True, dtype=torch.qint8): argument
76 self, in_features, out_features, negative_slope, bias=True, dtype=torch.qint8 argument
150 def __init__(self, in_features, out_features, bias=True, dtype=torch.qint8): argument
/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/options/
H A Dlinear.cpp6 LinearOptions::LinearOptions(int64_t in_features, int64_t out_features) in LinearOptions()
12 int64_t out_features) in BilinearOptions()
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/modules/
H A Dlinear.h52 LinearImpl(int64_t in_features, int64_t out_features) in LinearImpl()
178 BilinearImpl(int64_t in1_features, int64_t in2_features, int64_t out_features) in BilinearImpl()
/aosp_15_r20/external/pytorch/benchmarks/distributed/rpc/rl/
H A Dagent.py18 def __init__(self, in_features, nlayers, out_features): argument
68 def set_world(self, batch_size, state_size, nlayers, out_features, batch=True): argument
H A Dcoordinator.py19 def __init__(self, batch_size, batch, state_size, nlayers, out_features): argument
H A Dlauncher.py59 out_features, argument
/aosp_15_r20/external/pytorch/test/quantization/core/
H A Dtest_quantized_module.py99 batch_size, in_features, out_features, use_bias, argument
1603 … def test_linear_api(self, batch_size, in_features, out_features, use_bias, use_default_observer): argument
/aosp_15_r20/external/pytorch/torch/ao/nn/qat/dynamic/modules/
H A Dlinear.py24 out_features, argument
/aosp_15_r20/external/executorch/examples/cadence/operators/
H A Dquantized_linear_op.py24 out_features = 16 variable
/aosp_15_r20/external/pytorch/torch/ao/nn/intrinsic/qat/modules/
H A Dlinear_relu.py33 def __init__(self, in_features, out_features, bias=True, qconfig=None): argument
H A Dlinear_fused.py37 out_features, argument
/aosp_15_r20/external/pytorch/torch/ao/nn/qat/modules/
H A Dlinear.py36 out_features, argument
/aosp_15_r20/external/pytorch/torch/ao/nn/intrinsic/quantized/dynamic/modules/
H A Dlinear_relu.py32 def __init__(self, in_features, out_features, bias=True, dtype=torch.qint8): argument
/aosp_15_r20/external/pytorch/torch/fx/experimental/migrate_gradual_types/
H A Dconstraint_generator.py1020 def linear_constraints(n: Node, in_features, out_features, symbols, counter): argument
1065 def add_linear_constraints(dims1, dims2, in_features, out_features): argument
/aosp_15_r20/external/pytorch/test/quantization/jit/
H A Dtest_deprecated_jit_quant.py156 def __init__(self, in_features, out_features): argument
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/rpc/examples/
H A Dparameter_server_test.py24 out_features = 30 variable
/aosp_15_r20/external/pytorch/torch/ao/nn/quantized/dynamic/modules/
H A Dlinear.py41 def __init__(self, in_features, out_features, bias_=True, dtype=torch.qint8): argument
/aosp_15_r20/external/pytorch/torch/ao/nn/sparse/quantized/dynamic/
H A Dlinear.py28 out_features, argument
/aosp_15_r20/external/tensorflow/tensorflow/tools/consistency_integration_test/
H A Dfunction_io_tests.py188 def __init__(self, in_features, out_features): argument
/aosp_15_r20/external/executorch/backends/vulkan/test/op_tests/
H A Dlinear_weight_int4_test.cpp31 const int64_t out_features = weights_4x2.size(0); in linear_weight_int4_reference_impl() local
/aosp_15_r20/external/pytorch/torch/ao/nn/quantized/modules/
H A Dlinear.py151 def __init__(self, in_features, out_features, bias_=True, dtype=torch.qint8): argument
/aosp_15_r20/external/pytorch/torch/ao/nn/sparse/quantized/
H A Dlinear.py113 out_features, argument
/aosp_15_r20/external/executorch/examples/models/llama/source_transformation/
H A Dquantize.py425 out_features, argument
/aosp_15_r20/external/pytorch/test/higher_order_ops/
H A Dtest_with_effects.py352 def __init__(self, in_features, out_features): argument

12