Home
last modified time | relevance | path

Searched defs:Linear (Results 1 – 25 of 114) sorted by relevance

12345

/external/pytorch/torch/ao/pruning/_experimental/pruner/
Dprune_functions.py113 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/
Ddepthwise_conv_3x3.h82 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()
Ddepthwise_conv_3x3_stride_h2.h75 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()
Dconv_generic.h215 const tflite::gpu::Tensor<Linear, T>& biases) { in UploadData()
233 void ConvGeneric::UploadBias(const tflite::gpu::Tensor<Linear, T>& bias) { in UploadBias()
Dconvolution_transposed_thin.h72 const tflite::gpu::Tensor<Linear, T>& biases) { in UploadData()
/external/pytorch/torch/ao/nn/qat/dynamic/modules/
Dlinear.py8 class Linear(torch.ao.nn.qat.Linear): class
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dutil.h39 void CopyLinearFLT4(const tflite::gpu::Tensor<Linear, S>& src, in CopyLinearFLT4()
/external/executorch/exir/program/test/
Dtest_fake_program.py22 class Linear(torch.nn.Module): class
/external/pytorch/test/functorch/
Dattn_ft.py13 class Linear(nn.Linear): class
/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
Dadd_bias.cc37 tflite::gpu::Tensor<Linear, DataType::FLOAT32>* biases) { in FillBias()
/external/pytorch/torch/ao/nn/qat/modules/
Dlinear.py16 class Linear(nn.Linear): class
/external/pytorch/torch/ao/nn/quantized/reference/modules/
Dlinear.py14 class Linear(nn.Linear, ReferenceQuantizedModule): class
/external/mesa3d/src/asahi/layout/tests/
Dtest-layout.cpp51 TEST(Linear, SmokeTestBuffer) in TEST() argument
/external/googleapis/google/api/
Ddistribution.proto78 message Linear { message
/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/proto/google/api/
Ddistribution.proto78 message Linear { message
/external/pytorch/test/quantization/jit/
Dtest_deprecated_jit_quant.py155 class Linear(torch.nn.Module): class
/external/executorch/examples/models/llama/source_transformation/
Dapply_spin_quant_r1_r2.py127 layernorm: torch.nn.Module, linear_layers: typing.Iterable[torch.nn.Linear]
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/animation/
DEasing.java24 public static final EasingFunction Linear = new EasingFunction() { field in Easing
/external/pytorch/torch/ao/nn/quantized/dynamic/modules/
Dlinear.py13 class Linear(nnq.Linear): class
/external/angle/src/common/
Dutilities.h274 Linear = 1 enumerator
307 Linear enumerator
Dpacked_egl_enums.json45 "Linear": "EGL_COLORSPACE_LINEAR" string
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dmul_test.cc54 TEST(MulTest, Linear) { in TEST() argument
/external/executorch/backends/arm/test/misc/
Dtest_debug_feats.py22 class Linear(torch.nn.Module): class
/external/mesa3d/src/panfrost/lib/tests/
Dtest-layout.cpp28 TEST(BlockSize, Linear) in TEST() argument
165 TEST(AFBCStride, Linear) in TEST() argument
/external/executorch/backends/arm/test/ops/
Dtest_linear.py113 class Linear(torch.nn.Module): class in TestLinear

12345