Home
last modified time | relevance | path

Searched defs:tensor_type (Results 1 – 25 of 121) sorted by relevance

12345

/third_party/boost/libs/numeric/ublas/test/tensor/
Dtest_tensor.cpp34 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
99 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
125 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
159 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
190 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
220 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
243 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
269 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
291 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
379 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
[all …]
Dtest_tensor_matrix_vector.cpp33 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
68 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
124 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
146 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
172 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
207 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
239 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
277 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
314 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
373 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
[all …]
Dtest_functions.cpp59 using tensor_type = ublas::tensor<value_type,layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
88 using tensor_type = ublas::tensor<value_type,layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
116 using tensor_type = ublas::tensor<value_type,layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
154 using tensor_type = ublas::tensor<value_type,layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
226 using tensor_type = ublas::tensor<value_type,layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
248 using tensor_type = ublas::tensor<value_type,layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
281 using tensor_type = ublas::tensor<value_type,layout_type>; in BOOST_FIXTURE_TEST_CASE() typedef
358 using tensor_type = ublas::tensor<value_type,layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
400 using tensor_type = ublas::tensor<value_type,layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
Dtest_operators_comparison.cpp53 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
110 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
181 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
Dtest_expression.cpp60 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
85 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
123 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
Dtest_operators_arithmetic.cpp54 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
123 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
186 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
/third_party/boost/boost/numeric/ublas/tensor/
Dfunctions.hpp61 using tensor_type = tensor<V,F,A1>; in prod() typedef
124 using tensor_type = tensor<V,F,A1>; in prod() typedef
189 using tensor_type = tensor<V,F,A1>; in prod() typedef
340 using tensor_type = tensor<V,F,A1>; in outer_prod() typedef
377 using tensor_type = tensor<V,F,A>; in trans() typedef
430 using tensor_type = typename detail::tensor_expression<T,D>::tensor_type; in norm() typedef
463 using tensor_type = tensor<V,F,typename storage_traits<A>::template rebind<V>>; in real() typedef
497 using tensor_type = tensor<V,F,typename storage_traits<A>::template rebind<V>>; in imag() typedef
518 using tensor_type = T; in conj() typedef
Dexpression.hpp58 using tensor_type = T; typedef
75 using tensor_type = T; typedef
137 using tensor_type = T; typedef
/third_party/mindspore/tests/ut/cpp/ops/
Dtest_ops_softmax.cc55 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
85 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
115 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
Dtest_ops_lsh_projection.cc57 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
86 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
117 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
Dtest_ops_full_connection.cc54 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
85 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
115 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
Dtest_ops_argmax.cc51 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
79 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
Dtest_ops_reshape.cc51 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
79 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
Dtest_ops_prelu.cc52 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
81 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
Dtest_ops_addn.cc53 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
86 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
Dtest_ops_binary_cross_entropy_grad.cc57 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
89 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
Dtest_ops_concat.cc56 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
90 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
Dtest_ops_range.cc57 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
111 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
Dtest_ops_assert.cc69 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
100 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
/third_party/mindspore/mindspore/core/utils/
Dtensor_construct_utils.cc67 const auto &tensor_type = tensor->data_type(); in CreateOnesTensor() local
88 auto tensor_type = type_ptr->cast<TensorTypePtr>(); in ExtractTypeId() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/aicpu/proto/
Dtensor.proto29 int32 tensor_type = 2; field
/third_party/mindspore/mindspore/core/ops/grad/
Dmax_pool_grad.cc26 auto tensor_type = input_args[0]->BuildType()->cast<TensorTypePtr>(); in MaxPoolGradInfer() local
Davg_pool_grad.cc27 auto tensor_type = input_args[1]->BuildType()->cast<TensorTypePtr>(); in AvgPoolGradInfer() local
/third_party/mindspore/mindspore/ccsrc/utils/
Dcheckpoint.proto32 required string tensor_type = 2; field
Dprint.proto25 required string tensor_type = 2; field

12345