Home
last modified time | relevance | path

Searched defs:weight_shape (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DQLSTMLayerNormalizationFixture.h48 …void setup(TensorShape input_shape, TensorShape weight_shape, TensorShape bias_shape, DataType dat… in setup()
100 …TensorType compute_target(const TensorShape &input_shape, const TensorShape &weight_shape, const T… in compute_target()
116 …eTensor<T> compute_reference(const TensorShape &input_shape, const TensorShape &weight_shape, cons… in compute_reference()
/aosp_15_r20/external/pytorch/torch/nn/utils/_expanded_weights/
H A Dconv_utils.py210 weight_shape, argument
261 weight_shape, argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dembedding_lookup_test.cc42 std::initializer_list<int> weight_shape, in BaseEmbeddingLookupOpModel()
91 std::initializer_list<int> weight_shape, in HybridEmbeddingLookupOpModel()
H A Dlsh_projection_test.cc35 std::initializer_list<int> weight_shape) { in LSHProjectionOpModel()
H A Dquant_basic_lstm_test.cc47 std::vector<int> weight_shape{4 * outputSize, outputSize + inputSize}; in QuantizedLSTMOpModel() local
H A Dunidirectional_sequence_lstm.cc694 const RuntimeShape& weight_shape = GetTensorShape(weight_tensor); in PrecomputeZeroPointTimesWeightWithBias() local
H A Dlstm.cc1134 const RuntimeShape& weight_shape = GetTensorShape(weight_tensor); in PrecomputeZeroPointTimesWeightWithBias() local
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dquantize_weights_test.cc40 const TensorShape& weight_shape, in BuildGraphDef()
H A Dfold_old_batch_norms_test.cc373 auto weight_shape = in TestFoldFusedBatchNormsWithConcat() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
H A Dlstm_utils_test.cc49 SmallVector<int64_t, 2> weight_shape{3, 12}; in createLstmCompositeFunc() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DLSHProjectionTest.cpp46 std::initializer_list<uint32_t> weight_shape) in LSHProjectionOpModel()
DEmbeddingLookupTest.cpp59 std::initializer_list<uint32_t> weight_shape) { in EmbeddingLookupOpModel()
/aosp_15_r20/external/ComputeLibrary/src/graph/mutators/
H A DInPlaceOperationMutator.cpp106 const auto weight_shape = weight_tensor->desc().shape; in try_in_place_depthwiseconv() local
/aosp_15_r20/external/mesa3d/src/gallium/targets/teflon/
H A Dtest_executor.cpp130 std::vector<int> weight_shape; in patch_conv2d() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
H A Dconv_2d_helpers.cc211 RuntimeShape weight_shape = {weights_height_size, weights_width_size, in SplitWeightsForDwConv() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/
DQuantUtils.cpp65 const Shape& weight_shape, const int32_t* bias_tensor, in PrecomputeZeroPointTimesWeightWithBias()
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dxnnpack_test.cpp65 constexpr std::array<int64_t, 2u> weight_shape{41, 37}; in TEST() local
H A Dvulkan_quantized_api_test.cpp1773 const at::IntArrayRef weight_shape, in test_quantized_conv_transpose2d()
2482 const at::IntArrayRef weight_shape, in test_quantized_conv2d()
3474 const at::IntArrayRef weight_shape, in test_quantized_linear()
H A Dvulkan_api_test.cpp1476 const at::IntArrayRef weight_shape, in test_conv2d_context()
1517 const at::IntArrayRef weight_shape, in test_backwards_compatible_conv2d_context()
1558 const at::IntArrayRef weight_shape, in test_transposed_conv2d_context()
2732 const at::IntArrayRef weight_shape, in test_packed_layer_norm()
2840 const at::IntArrayRef weight_shape, in test_layer_norm()
2892 const at::IntArrayRef weight_shape, in test_native_layer_norm()
7841 const at::IntArrayRef weight_shape, in test_linear()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dpattern_utils_test.cc35 auto weight_shape = ops::Placeholder::Shape({32, 64}); in GetMatMulBiasAddGeluGraph() local
/aosp_15_r20/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/palm_model/
H A Donedevice_train_palm_detection_filter_inference_beta.cc187 const int32_t* __restrict weight_shape, in MatMul()
339 const int32_t* __restrict weight_shape, in FullyConnected()
H A Donedevice_train_palm_detection_filter_inference.cc188 const int32_t* __restrict weight_shape, in MatMul()
340 const int32_t* __restrict weight_shape, in FullyConnected()
H A Donedevice_train_palm_detection_filter_inference_v2.cc187 const int32_t* __restrict weight_shape, in MatMul()
339 const int32_t* __restrict weight_shape, in FullyConnected()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dmkl_remapper_test.cc757 auto weight_shape = in VerifyFused() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/
H A Dnnapi_delegate_test.cc2101 std::initializer_list<int> weight_shape) { in LSHProjectionOpModel()
4830 std::initializer_list<int> weight_shape, in BaseEmbeddingLookupOpModel()

12