Home
last modified time | relevance | path

Searched defs:transpose_weights (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DFullyConnectedLayerFixture.h124 …ghts_shape, const TensorShape &bias_shape, const TensorShape &output_shape, bool transpose_weights, in compute_target()
252 …weights_shape, TensorShape bias_shape, TensorShape output_shape, bool transpose_weights, bool resh… in setup()
266 …weights_shape, TensorShape bias_shape, TensorShape output_shape, bool transpose_weights, bool resh… in setup()
/aosp_15_r20/external/XNNPACK/test/
H A Dfully-connected-operator-tester.h113 inline FullyConnectedOperatorTester& transpose_weights(bool transpose_weights) { in transpose_weights() argument
118 inline bool transpose_weights() const { in transpose_weights() function
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/layers/
H A Drecurrent_v2.py1291 def _canonical_to_params(weights, biases, shape, transpose_weights=False): argument