Home
last modified time | relevance | path

Searched defs:weight_dtype (Results 1 – 8 of 8) sorted by relevance

/external/executorch/backends/qualcomm/quantizer/
Dqconfig.py222 weight_dtype=torch.int8, argument
402 weight_dtype=torch.int8, argument
/external/pytorch/torch/csrc/jit/passes/
Dfrozen_linear_folding.cpp81 at::ScalarType weight_dtype = linear_w.scalar_type(); in FoldFrozenLinearBatchnorm() local
Dfrozen_conv_folding.cpp88 at::ScalarType weight_dtype = conv_w.scalar_type(); in FoldFrozenConvBatchnorm() local
/external/pytorch/torch/ao/nn/quantized/reference/modules/
Dutils.py409 weight_dtype, argument
/external/tensorflow/tensorflow/python/framework/
Dextension_type_test.py1262 weight_dtype = property(lambda self: self.weight.dtype) variable in ExtensionTypeSpecTest.testCustomizeSpecTest.WeightedTensor
1269 def __init__(self, shape, dtype, weight_dtype=dtypes.float32): argument
1278 weight_dtype = property(lambda self: self.weight.dtype) variable in ExtensionTypeSpecTest.testCustomizeSpecTest.WeightedTensor.Spec
/external/pytorch/torch/ao/quantization/
Dutils.py256 def weight_dtype(qconfig): function
/external/pytorch/torch/ao/quantization/backend_config/
Dbackend_config.py228 def weight_dtype(self) -> Optional[torch.dtype]: member in DTypeConfig
/external/pytorch/test/quantization/core/
Dtest_quantized_op.py4931 weight_dtype=torch.qint8, argument
5016 weight_dtype=torch.qint8, argument