• Home
  • Raw
  • Download

Lines Matching refs:MakeSimpleLayout

27   ruy::MakeSimpleLayout(2, 2, ruy::Order::kRowMajor, lhs.mutable_layout());  in ExampleMulFloat()
30 ruy::MakeSimpleLayout(2, 2, ruy::Order::kColMajor, rhs.mutable_layout()); in ExampleMulFloat()
33 ruy::MakeSimpleLayout(2, 2, ruy::Order::kColMajor, dst.mutable_layout()); in ExampleMulFloat()
52 ruy::MakeSimpleLayout(2, 2, ruy::Order::kRowMajor, lhs.mutable_layout()); in ExampleMulFloatWithBiasAddAndClamp()
55 ruy::MakeSimpleLayout(2, 2, ruy::Order::kColMajor, rhs.mutable_layout()); in ExampleMulFloatWithBiasAddAndClamp()
58 ruy::MakeSimpleLayout(2, 2, ruy::Order::kColMajor, dst.mutable_layout()); in ExampleMulFloatWithBiasAddAndClamp()
79 ruy::MakeSimpleLayout(2, 2, ruy::Order::kRowMajor, lhs.mutable_layout()); in ExampleMulUint8AsymmetricQuantized()
83 ruy::MakeSimpleLayout(2, 2, ruy::Order::kColMajor, rhs.mutable_layout()); in ExampleMulUint8AsymmetricQuantized()
87 ruy::MakeSimpleLayout(2, 2, ruy::Order::kColMajor, dst.mutable_layout()); in ExampleMulUint8AsymmetricQuantized()
110 ruy::MakeSimpleLayout(2, 2, ruy::Order::kRowMajor, lhs.mutable_layout()); in ExampleMulInt8PerChannelQuantized()
113 ruy::MakeSimpleLayout(2, 2, ruy::Order::kColMajor, rhs.mutable_layout()); in ExampleMulInt8PerChannelQuantized()
116 ruy::MakeSimpleLayout(2, 2, ruy::Order::kColMajor, dst.mutable_layout()); in ExampleMulInt8PerChannelQuantized()
135 ruy::MakeSimpleLayout(2, 2, ruy::Order::kRowMajor, lhs.mutable_layout()); in ExampleMulInt8GetRawAccumulators()
138 ruy::MakeSimpleLayout(2, 2, ruy::Order::kColMajor, rhs.mutable_layout()); in ExampleMulInt8GetRawAccumulators()
141 ruy::MakeSimpleLayout(2, 2, ruy::Order::kColMajor, dst.mutable_layout()); in ExampleMulInt8GetRawAccumulators()