Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/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
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Ddevice_type_analysis.cpp30 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 Ddtype_analysis.cpp67 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/
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
/aosp_15_r20/external/pytorch/torch/csrc/tensor/
H A Dpython_tensor.cpp71 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 DTensorWrapper.cpp67 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 Ddepth_to_space_tester.cc38 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 Dtranspose_tester.cc36 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 Dutils.cc29 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 Dz3_types.py14 tensor_type = z3.Datatype('TensorType') variable
20 tensor_type = tensor_type.create() variable
/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dgraph_gradual_typechecker.py422 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 Dexecution_trace_observer.cpp360 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 Dtf_jitrt_detensorize_linalg.cc50 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 Draise_to_tf.cc138 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 Dexport.cpp606 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 Dops_test.cc79 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 Dtest_packed_sequence.py31 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 Dconstant_fold.cc53 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 Ddtensor_device_util.h232 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

12345