Searched defs:transpose_weights (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | FullyConnectedLayerFixture.h | 124 …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 D | fully-connected-operator-tester.h | 113 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 D | recurrent_v2.py | 1291 def _canonical_to_params(weights, biases, shape, transpose_weights=False): argument
|