/external/pytorch/torch/ao/pruning/_experimental/pruner/ |
D | prune_functions.py | 113 def _prune_linear_helper(linear: nn.Linear) -> Tensor: 130 def prune_linear(linear: nn.Linear) -> None: 136 def prune_linear_linear(linear1: nn.Linear, linear2: nn.Linear) -> None: 141 linear1: nn.Linear, 143 linear2: nn.Linear, 311 linear: nn.Linear, 365 lstm: nn.LSTM, getitem: Callable, linear: nn.Linear 374 linear: nn.Linear,
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | depthwise_conv_3x3.h | 82 const tflite::gpu::Tensor<Linear, T>& biases, bool weights_are_buffer) { in UploadWeightsAndBiases() 121 const tflite::gpu::Tensor<Linear, S>& biases, absl::Span<T> dst) { in RearrangeWeightsAndBiasesData()
|
D | depthwise_conv_3x3_stride_h2.h | 75 const tflite::gpu::Tensor<Linear, T>& biases, bool weights_are_buffer) { in UploadWeightsAndBiases() 114 const tflite::gpu::Tensor<Linear, S>& biases, absl::Span<T> dst) { in RearrangeWeightsAndBiasesData()
|
D | conv_generic.h | 215 const tflite::gpu::Tensor<Linear, T>& biases) { in UploadData() 233 void ConvGeneric::UploadBias(const tflite::gpu::Tensor<Linear, T>& bias) { in UploadBias()
|
D | convolution_transposed_thin.h | 72 const tflite::gpu::Tensor<Linear, T>& biases) { in UploadData()
|
/external/pytorch/torch/ao/nn/qat/dynamic/modules/ |
D | linear.py | 8 class Linear(torch.ao.nn.qat.Linear): class
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | util.h | 39 void CopyLinearFLT4(const tflite::gpu::Tensor<Linear, S>& src, in CopyLinearFLT4()
|
/external/executorch/exir/program/test/ |
D | test_fake_program.py | 22 class Linear(torch.nn.Module): class
|
/external/pytorch/test/functorch/ |
D | attn_ft.py | 13 class Linear(nn.Linear): class
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/ |
D | add_bias.cc | 37 tflite::gpu::Tensor<Linear, DataType::FLOAT32>* biases) { in FillBias()
|
/external/pytorch/torch/ao/nn/qat/modules/ |
D | linear.py | 16 class Linear(nn.Linear): class
|
/external/pytorch/torch/ao/nn/quantized/reference/modules/ |
D | linear.py | 14 class Linear(nn.Linear, ReferenceQuantizedModule): class
|
/external/mesa3d/src/asahi/layout/tests/ |
D | test-layout.cpp | 51 TEST(Linear, SmokeTestBuffer) in TEST() argument
|
/external/googleapis/google/api/ |
D | distribution.proto | 78 message Linear { message
|
/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/proto/google/api/ |
D | distribution.proto | 78 message Linear { message
|
/external/pytorch/test/quantization/jit/ |
D | test_deprecated_jit_quant.py | 155 class Linear(torch.nn.Module): class
|
/external/executorch/examples/models/llama/source_transformation/ |
D | apply_spin_quant_r1_r2.py | 127 layernorm: torch.nn.Module, linear_layers: typing.Iterable[torch.nn.Linear]
|
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/animation/ |
D | Easing.java | 24 public static final EasingFunction Linear = new EasingFunction() { field in Easing
|
/external/pytorch/torch/ao/nn/quantized/dynamic/modules/ |
D | linear.py | 13 class Linear(nnq.Linear): class
|
/external/angle/src/common/ |
D | utilities.h | 274 Linear = 1 enumerator 307 Linear enumerator
|
D | packed_egl_enums.json | 45 "Linear": "EGL_COLORSPACE_LINEAR" string
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
D | mul_test.cc | 54 TEST(MulTest, Linear) { in TEST() argument
|
/external/executorch/backends/arm/test/misc/ |
D | test_debug_feats.py | 22 class Linear(torch.nn.Module): class
|
/external/mesa3d/src/panfrost/lib/tests/ |
D | test-layout.cpp | 28 TEST(BlockSize, Linear) in TEST() argument 165 TEST(AFBCStride, Linear) in TEST() argument
|
/external/executorch/backends/arm/test/ops/ |
D | test_linear.py | 113 class Linear(torch.nn.Module): class in TestLinear
|