/third_party/boost/libs/numeric/ublas/test/tensor/ |
D | test_tensor.cpp | 34 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 …]
|
D | test_tensor_matrix_vector.cpp | 33 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 …]
|
D | test_functions.cpp | 59 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
|
D | test_operators_comparison.cpp | 53 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
|
D | test_expression.cpp | 60 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
|
D | test_operators_arithmetic.cpp | 54 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/ |
D | functions.hpp | 61 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
|
D | expression.hpp | 58 using tensor_type = T; typedef 75 using tensor_type = T; typedef 137 using tensor_type = T; typedef
|
/third_party/mindspore/tests/ut/cpp/ops/ |
D | test_ops_softmax.cc | 55 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
|
D | test_ops_lsh_projection.cc | 57 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
|
D | test_ops_full_connection.cc | 54 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
|
D | test_ops_argmax.cc | 51 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local 79 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
|
D | test_ops_reshape.cc | 51 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local 79 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
|
D | test_ops_prelu.cc | 52 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local 81 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
|
D | test_ops_addn.cc | 53 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local 86 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
|
D | test_ops_binary_cross_entropy_grad.cc | 57 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local 89 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
|
D | test_ops_concat.cc | 56 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local 90 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
|
D | test_ops_range.cc | 57 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local 111 auto tensor_type = type->cast<TensorTypePtr>(); in TEST_F() local
|
D | test_ops_assert.cc | 69 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/ |
D | tensor_construct_utils.cc | 67 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/ |
D | tensor.proto | 29 int32 tensor_type = 2; field
|
/third_party/mindspore/mindspore/core/ops/grad/ |
D | max_pool_grad.cc | 26 auto tensor_type = input_args[0]->BuildType()->cast<TensorTypePtr>(); in MaxPoolGradInfer() local
|
D | avg_pool_grad.cc | 27 auto tensor_type = input_args[1]->BuildType()->cast<TensorTypePtr>(); in AvgPoolGradInfer() local
|
/third_party/mindspore/mindspore/ccsrc/utils/ |
D | checkpoint.proto | 32 required string tensor_type = 2; field
|
D | print.proto | 25 required string tensor_type = 2; field
|