Home
last modified time | relevance | path

Searched defs:a_t (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/attribute/
Dclosure.hpp266 typedef typename ::phoenix::as_actor<A>::type a_t; in operator ()() typedef
287 typedef typename ::phoenix::as_actor<A>::type a_t; in operator ()() typedef
311 typedef typename ::phoenix::as_actor<A>::type a_t; in operator ()() typedef
344 typedef typename ::phoenix::as_actor<A>::type a_t; in operator ()() typedef
380 typedef typename ::phoenix::as_actor<A>::type a_t; in operator ()() typedef
421 typedef typename ::phoenix::as_actor<A>::type a_t; in operator ()() typedef
467 typedef typename ::phoenix::as_actor<A>::type a_t; in operator ()() typedef
514 typedef typename ::phoenix::as_actor<A>::type a_t; in operator ()() typedef
564 typedef typename ::phoenix::as_actor<A>::type a_t; in operator ()() typedef
619 typedef typename ::phoenix::as_actor<A>::type a_t; in operator ()() typedef
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
H A Dwinograd_test_util.cc114 auto a_t = AtMatrixForWinograd4x4To6x6(); in Winograd36To4x4Tile4x1Test() local
248 auto a_t = AtMatrixForWinograd4x4To6x6(); in Winograd36To4x4Test() local
/aosp_15_r20/external/eigen/Eigen/src/Geometry/
H A DAlignedBox.h277 EIGEN_DEVICE_FUNC inline AlignedBox& translate(const MatrixBase<Derived>& a_t) in translate()
287 EIGEN_DEVICE_FUNC inline AlignedBox translated(const MatrixBase<Derived>& a_t) const in translated()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Darithmetic_optimizer_test.cc404 auto a_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({3, 5, 7, 11})); in TEST_F() local
473 auto a_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({3, 5, 7, 11})); in TEST_F() local
532 auto a_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({3, 5, 7, 11})); in TEST_F() local
2364 auto a_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 2})); in TEST_F() local
2433 auto a_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 2})); in TEST_F() local
2514 auto a_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 2})); in TEST_F() local
2642 auto a_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({32})); in TEST_F() local
3329 auto a_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({32})); in TEST_F() local
3389 auto a_t = GenerateRandomTensor<DT_DOUBLE>(TensorShape({32})); in TEST_F() local
3467 auto a_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({32})); in TEST_F() local
H A Dmodel_pruner_test.cc351 auto a_t = GenerateRandomTensor<DT_INT64>(TensorShape({})); in TEST_F() local
H A Dconstant_folding_test.cc970 auto a_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({3, 2})); in TEST_F() local
2781 auto a_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({3, 5, 7})); in TEST_F() local
3067 auto a_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({1, 5})); in TEST_F() local
3138 auto a_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 2})); in TEST_F() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dfunction_extraction.cpp992 [](const at::Tensor& a_t, const at::Tensor& b_t) { in HasSameAttribute()