/aosp_15_r20/external/sdv/vsomeip/third_party/boost/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
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | device_type_analysis.cpp | 30 auto tensor_type = value->type()->expect<TensorType>(); in setDeviceType() local 41 auto tensor_type = out->type()->cast<TensorType>(); in setReturnsToDevice() local 57 auto tensor_type = n->inputs()[0]->type()->cast<TensorType>(); in returnFirstArgDeviceRule() local 64 auto tensor_type = n->inputs()[1]->type()->cast<TensorType>(); in returnSecondArgDeviceRule() local 69 bool isZerodimCPUTensor(const std::shared_ptr<TensorType>& tensor_type) { in isZerodimCPUTensor() 93 auto tensor_type = n->inputs()[input_num]->type()->expect<TensorType>(); in propWithNoDevice() local 99 auto tensor_type = n->inputs()[input_num]->type()->cast<TensorType>(); in propWithNoDevice() local
|
H A D | dtype_analysis.cpp | 67 auto tensor_type = value->type()->cast<TensorType>(); in MTensorNodeArgValid() local 125 auto tensor_type = value->type()->cast<TensorType>(); in setDtype() local 166 auto tensor_type = first_arg->type()->cast<TensorType>(); in setIfAllDtypeMatch() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/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
|
/aosp_15_r20/external/pytorch/torch/csrc/tensor/ |
H A D | python_tensor.cpp | 71 auto& tensor_type = *((PyTensorType*)type); in Tensor_new() local 269 auto tensor_type = (PyTypeObject*)tensor_class.get(); in get_tensor_dict() local 353 auto& tensor_type = *tensor_types[i]; in initialize_aten_types() local 380 for (auto& tensor_type : tensor_types) { in initialize_python_bindings() local 402 for (auto& tensor_type : tensor_types) { in py_bind_tensor_types() local
|
/aosp_15_r20/external/executorch/backends/qualcomm/aot/wrappers/ |
H A D | TensorWrapper.cpp | 67 Qnn_TensorType_t tensor_type, in TensorWrapper() 162 Qnn_TensorType_t tensor_type, in CreateTensorWrapper() 187 Qnn_TensorType_t tensor_type, in CreateTensorWrapper()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
H A D | depth_to_space_tester.cc | 38 void DepthToSpaceTester::Test(TensorType tensor_type, in Test() 85 void DepthToSpaceTester::Test<float>(TensorType tensor_type, in Test() 132 void DepthToSpaceTester::Test(TensorType tensor_type, in Test()
|
H A D | transpose_tester.cc | 36 void TransposeTester::Test(TensorType tensor_type, in Test() 59 void TransposeTester::Test(TensorType tensor_type, in Test()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/ |
H A D | utils.cc | 29 auto tensor_type = operand_type.dyn_cast<TensorType>(); in HasQuantizedTensors() local 35 auto tensor_type = result_type.dyn_cast<TensorType>(); in HasQuantizedTensors() local 87 if (auto tensor_type = type.dyn_cast<TensorType>()) { in IsOperationFoldable() local
|
/aosp_15_r20/external/pytorch/torch/fx/experimental/migrate_gradual_types/ |
H A D | z3_types.py | 14 tensor_type = z3.Datatype('TensorType') variable 20 tensor_type = tensor_type.create() variable
|
/aosp_15_r20/external/pytorch/torch/fx/experimental/ |
H A D | graph_gradual_typechecker.py | 422 def linear_check(tensor_type, module_instance): argument 453 def adaptiveavgpool2d_check(tensor_type, module_instance): argument 489 def flatten_check(tensor_type, start_dim, end_dim): argument
|
/aosp_15_r20/external/pytorch/torch/csrc/profiler/standalone/ |
H A D | execution_trace_observer.cpp | 360 std::string tensor_shape, tensor_stride, tensor_type, tensor_value; in convertIValue() local 418 std::string tensor_type = baseType ? fmt::format("\"{}\"", type) : type; in convertIValue() local 444 std::string tensor_type = baseType ? fmt::format("\"{}\"", type) : type; in convertIValue() local 453 std::string tensor_type = baseType ? fmt::format("\"{}\"", type) : type; in convertIValue() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/ |
H A D | tf_jitrt_detensorize_linalg.cc | 50 bool IsNotZeroRankTensor(RankedTensorType tensor_type) { in IsNotZeroRankTensor() 67 auto tensor_type = in matchAndRewrite() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfr/passes/ |
H A D | raise_to_tf.cc | 138 auto tensor_type = input_tfr_type.dyn_cast<TFRTensorType>(); in CastToNonDerivedType() local 191 if (auto tensor_type = input_tfr_type.dyn_cast<TFRTensorType>()) { in AddDerivedAttrs() local 334 if (auto tensor_type = res.value().dyn_cast<TFRTensorType>()) { in DeriveOutputTypes() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/ |
H A D | export.cpp | 606 const TensorTypePtr& tensor_type, in TensorTypeToONNXType() 654 if (TensorTypePtr tensor_type = node_type->cast<TensorType>()) { in EncodeValueInfoType() local 690 if (TensorTypePtr tensor_type = elem_type->cast<TensorType>()) { in EncodeValueInfoType() local 703 if (TensorTypePtr tensor_type = list_elem_type->cast<TensorType>()) { in EncodeValueInfoType() local 1268 if (TensorTypePtr tensor_type = node_type->cast<TensorType>()) { in EncodeTypeProto() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/ |
H A D | ops_test.cc | 79 ShapedType tensor_type = RankedTensorType::get(/*shape=*/{}, b.getI1Type()); in TEST() local 121 ShapedType tensor_type = RankedTensorType::get(/*shape=*/{}, b.getI32Type()); in TEST() local
|
/aosp_15_r20/external/pytorch/test/nn/ |
H A D | test_packed_sequence.py | 31 def _ordered_sequence(self, tensor_type): argument 44 def _padded_sequence(self, tensor_type): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
H A D | constant_fold.cc | 53 auto tensor_type = t.cast<TensorType>(); in ShouldBeFolded() local 99 if (auto tensor_type = type.dyn_cast<TensorType>()) { in ConstantFoldFallbackHook() local
|
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/cc/ |
H A D | dtensor_device_util.h | 232 virtual TensorType tensor_type() const { return TensorType::kDense; } in tensor_type() function 383 TensorType tensor_type() const override { return TensorType::kResource; } in tensor_type() function 477 TensorType tensor_type() const override { return TensorType::kSparse; } in tensor_type() function
|