Home
last modified time | relevance | path

Searched defs:tensor (Results 1 – 25 of 1082) sorted by relevance

12345678910>>...44

/dports/misc/tvm/incubator-tvm-0.6.1/src/runtime/contrib/cblas/
H A Dgemm_common.h34 inline int ColumnStride(DLTensor *tensor) { in ColumnStride()
45 inline int ElementStride(DLTensor *tensor) { in ElementStride()
54 inline bool IsInPlaceTransposed(DLTensor *tensor) { in IsInPlaceTransposed()
58 inline int RowCount(DLTensor *tensor, bool trans) { in RowCount()
62 inline int ColumnCount(DLTensor *tensor, bool trans) { in ColumnCount()
108 inline int ColumnStride3D(DLTensor *tensor) { in ColumnStride3D()
118 inline int ElementStride3D(DLTensor *tensor) { in ElementStride3D()
126 inline bool IsInPlaceTransposed3D(DLTensor *tensor) { in IsInPlaceTransposed3D()
129 inline int BatchCount3D(DLTensor *tensor) { return tensor->shape[0]; } in BatchCount3D()
130 inline int RowCount3D(DLTensor *tensor, bool trans) { in RowCount3D()
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/runtime/contrib/cblas/
H A Dgemm_common.h34 inline int ColumnStride(DLTensor *tensor) { in ColumnStride()
45 inline int ElementStride(DLTensor *tensor) { in ElementStride()
54 inline bool IsInPlaceTransposed(DLTensor *tensor) { in IsInPlaceTransposed()
58 inline int RowCount(DLTensor *tensor, bool trans) { in RowCount()
62 inline int ColumnCount(DLTensor *tensor, bool trans) { in ColumnCount()
108 inline int ColumnStride3D(DLTensor *tensor) { in ColumnStride3D()
118 inline int ElementStride3D(DLTensor *tensor) { in ElementStride3D()
126 inline bool IsInPlaceTransposed3D(DLTensor *tensor) { in IsInPlaceTransposed3D()
129 inline int BatchCount3D(DLTensor *tensor) { return tensor->shape[0]; } in BatchCount3D()
130 inline int RowCount3D(DLTensor *tensor, bool trans) { in RowCount3D()
[all …]
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/
H A Dtensor.hxx134 struct tensor struct
143 typedef EmptyRunTimeProperties RunTimeProperties;
185 tensor(const InputIterator p) in tensor() argument
201 TFEL_MATH_INLINE tensor(const Expr<tensor<N,T2>,Op>& src) in tensor() argument
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/src/lib_tensor/
H A Dtensor.h52 struct tensor { struct
58 void init_tensor(struct tensor **, size_t, size_t *); argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/c_glib/arrow-glib/
H A Dtensor.cpp42 std::shared_ptr<arrow::Tensor> tensor; member
236 garrow_tensor_get_value_data_type(GArrowTensor *tensor) in garrow_tensor_get_value_data_type()
252 garrow_tensor_get_value_type(GArrowTensor *tensor) in garrow_tensor_get_value_type()
268 garrow_tensor_get_buffer(GArrowTensor *tensor) in garrow_tensor_get_buffer()
344 garrow_tensor_get_n_dimensions(GArrowTensor *tensor) in garrow_tensor_get_n_dimensions()
376 garrow_tensor_get_size(GArrowTensor *tensor) in garrow_tensor_get_size()
391 garrow_tensor_is_mutable(GArrowTensor *tensor) in garrow_tensor_is_mutable()
406 garrow_tensor_is_contiguous(GArrowTensor *tensor) in garrow_tensor_is_contiguous()
422 garrow_tensor_is_row_major(GArrowTensor *tensor) in garrow_tensor_is_row_major()
438 garrow_tensor_is_column_major(GArrowTensor *tensor) in garrow_tensor_is_column_major()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/c_glib/arrow-glib/
H A Dtensor.cpp38 std::shared_ptr<arrow::Tensor> tensor; member
232 garrow_tensor_get_value_data_type(GArrowTensor *tensor) in garrow_tensor_get_value_data_type()
248 garrow_tensor_get_value_type(GArrowTensor *tensor) in garrow_tensor_get_value_type()
264 garrow_tensor_get_buffer(GArrowTensor *tensor) in garrow_tensor_get_buffer()
340 garrow_tensor_get_n_dimensions(GArrowTensor *tensor) in garrow_tensor_get_n_dimensions()
372 garrow_tensor_get_size(GArrowTensor *tensor) in garrow_tensor_get_size()
387 garrow_tensor_is_mutable(GArrowTensor *tensor) in garrow_tensor_is_mutable()
402 garrow_tensor_is_contiguous(GArrowTensor *tensor) in garrow_tensor_is_contiguous()
418 garrow_tensor_is_row_major(GArrowTensor *tensor) in garrow_tensor_is_row_major()
434 garrow_tensor_is_column_major(GArrowTensor *tensor) in garrow_tensor_is_column_major()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/c_glib/arrow-glib/
H A Dtensor.cpp42 std::shared_ptr<arrow::Tensor> tensor; member
236 garrow_tensor_get_value_data_type(GArrowTensor *tensor) in garrow_tensor_get_value_data_type()
252 garrow_tensor_get_value_type(GArrowTensor *tensor) in garrow_tensor_get_value_type()
268 garrow_tensor_get_buffer(GArrowTensor *tensor) in garrow_tensor_get_buffer()
344 garrow_tensor_get_n_dimensions(GArrowTensor *tensor) in garrow_tensor_get_n_dimensions()
376 garrow_tensor_get_size(GArrowTensor *tensor) in garrow_tensor_get_size()
391 garrow_tensor_is_mutable(GArrowTensor *tensor) in garrow_tensor_is_mutable()
406 garrow_tensor_is_contiguous(GArrowTensor *tensor) in garrow_tensor_is_contiguous()
422 garrow_tensor_is_row_major(GArrowTensor *tensor) in garrow_tensor_is_row_major()
438 garrow_tensor_is_column_major(GArrowTensor *tensor) in garrow_tensor_is_column_major()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/numeric/ublas/tensor/
H A Dtensor.hpp79 class tensor: class
141 constexpr tensor () in tensor() function in boost::numeric::ublas::tensor
159 tensor (std::initializer_list<size_type> l) in tensor() function in boost::numeric::ublas::tensor
177 tensor (extents_type const& s) in tensor() function in boost::numeric::ublas::tensor
194 tensor (extents_type const& s, const array_type &a) in tensor() function in boost::numeric::ublas::tensor
228 tensor (const tensor &v) in tensor() function in boost::numeric::ublas::tensor
242 tensor (tensor &&v) in tensor() function in boost::numeric::ublas::tensor
257 tensor (const matrix_type &v) in tensor() function in boost::numeric::ublas::tensor
276 tensor (matrix_type &&v) in tensor() function in boost::numeric::ublas::tensor
297 tensor (const vector_type &v) in tensor() function in boost::numeric::ublas::tensor
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/numeric/ublas/tensor/
H A Dtensor.hpp79 class tensor: class
141 constexpr tensor () in tensor() function in boost::numeric::ublas::tensor
159 tensor (std::initializer_list<size_type> l) in tensor() function in boost::numeric::ublas::tensor
177 tensor (extents_type const& s) in tensor() function in boost::numeric::ublas::tensor
194 tensor (extents_type const& s, const array_type &a) in tensor() function in boost::numeric::ublas::tensor
228 tensor (const tensor &v) in tensor() function in boost::numeric::ublas::tensor
242 tensor (tensor &&v) in tensor() function in boost::numeric::ublas::tensor
257 tensor (const matrix_type &v) in tensor() function in boost::numeric::ublas::tensor
276 tensor (matrix_type &&v) in tensor() function in boost::numeric::ublas::tensor
297 tensor (const vector_type &v) in tensor() function in boost::numeric::ublas::tensor
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/numeric/ublas/tensor/
H A Dtensor.hpp79 class tensor: class
141 constexpr tensor () in tensor() function in boost::numeric::ublas::tensor
159 tensor (std::initializer_list<size_type> l) in tensor() function in boost::numeric::ublas::tensor
177 tensor (extents_type const& s) in tensor() function in boost::numeric::ublas::tensor
194 tensor (extents_type const& s, const array_type &a) in tensor() function in boost::numeric::ublas::tensor
228 tensor (const tensor &v) in tensor() function in boost::numeric::ublas::tensor
242 tensor (tensor &&v) in tensor() function in boost::numeric::ublas::tensor
257 tensor (const matrix_type &v) in tensor() function in boost::numeric::ublas::tensor
276 tensor (matrix_type &&v) in tensor() function in boost::numeric::ublas::tensor
297 tensor (const vector_type &v) in tensor() function in boost::numeric::ublas::tensor
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/numeric/ublas/tensor/
H A Dtensor.hpp79 class tensor: class
141 constexpr tensor () in tensor() function in boost::numeric::ublas::tensor
159 tensor (std::initializer_list<size_type> l) in tensor() function in boost::numeric::ublas::tensor
177 tensor (extents_type const& s) in tensor() function in boost::numeric::ublas::tensor
194 tensor (extents_type const& s, const array_type &a) in tensor() function in boost::numeric::ublas::tensor
228 tensor (const tensor &v) in tensor() function in boost::numeric::ublas::tensor
242 tensor (tensor &&v) in tensor() function in boost::numeric::ublas::tensor
257 tensor (const matrix_type &v) in tensor() function in boost::numeric::ublas::tensor
276 tensor (matrix_type &&v) in tensor() function in boost::numeric::ublas::tensor
297 tensor (const vector_type &v) in tensor() function in boost::numeric::ublas::tensor
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/numeric/ublas/tensor/
H A Dtensor.hpp79 class tensor: class
141 constexpr tensor () in tensor() function in boost::numeric::ublas::tensor
159 tensor (std::initializer_list<size_type> l) in tensor() function in boost::numeric::ublas::tensor
177 tensor (extents_type const& s) in tensor() function in boost::numeric::ublas::tensor
194 tensor (extents_type const& s, const array_type &a) in tensor() function in boost::numeric::ublas::tensor
228 tensor (const tensor &v) in tensor() function in boost::numeric::ublas::tensor
242 tensor (tensor &&v) in tensor() function in boost::numeric::ublas::tensor
257 tensor (const matrix_type &v) in tensor() function in boost::numeric::ublas::tensor
276 tensor (matrix_type &&v) in tensor() function in boost::numeric::ublas::tensor
297 tensor (const vector_type &v) in tensor() function in boost::numeric::ublas::tensor
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/numeric/ublas/tensor/
H A Dtensor.hpp79 class tensor: class
141 constexpr tensor () in tensor() function in boost::numeric::ublas::tensor
159 tensor (std::initializer_list<size_type> l) in tensor() function in boost::numeric::ublas::tensor
177 tensor (extents_type const& s) in tensor() function in boost::numeric::ublas::tensor
194 tensor (extents_type const& s, const array_type &a) in tensor() function in boost::numeric::ublas::tensor
228 tensor (const tensor &v) in tensor() function in boost::numeric::ublas::tensor
242 tensor (tensor &&v) in tensor() function in boost::numeric::ublas::tensor
257 tensor (const matrix_type &v) in tensor() function in boost::numeric::ublas::tensor
276 tensor (matrix_type &&v) in tensor() function in boost::numeric::ublas::tensor
297 tensor (const vector_type &v) in tensor() function in boost::numeric::ublas::tensor
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/numeric/ublas/tensor/
H A Dtensor.hpp79 class tensor: class
141 constexpr tensor () in tensor() function in boost::numeric::ublas::tensor
159 tensor (std::initializer_list<size_type> l) in tensor() function in boost::numeric::ublas::tensor
177 tensor (extents_type const& s) in tensor() function in boost::numeric::ublas::tensor
194 tensor (extents_type const& s, const array_type &a) in tensor() function in boost::numeric::ublas::tensor
228 tensor (const tensor &v) in tensor() function in boost::numeric::ublas::tensor
242 tensor (tensor &&v) in tensor() function in boost::numeric::ublas::tensor
257 tensor (const matrix_type &v) in tensor() function in boost::numeric::ublas::tensor
276 tensor (matrix_type &&v) in tensor() function in boost::numeric::ublas::tensor
297 tensor (const vector_type &v) in tensor() function in boost::numeric::ublas::tensor
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/contrib/cblas/
H A Dgemm_common.h36 inline int ColumnStride(DLTensor* tensor) { in ColumnStride()
47 inline int ElementStride(DLTensor* tensor) { in ElementStride()
56 inline bool IsInPlaceTransposed(DLTensor* tensor) { in IsInPlaceTransposed()
60 inline int RowCount(DLTensor* tensor, bool trans) { return tensor->shape[trans ? 1 : 0]; } in RowCount()
62 inline int ColumnCount(DLTensor* tensor, bool trans) { return tensor->shape[trans ? 0 : 1]; } in ColumnCount()
150 inline int ColumnStride3D(DLTensor* tensor) { in ColumnStride3D()
160 inline int ElementStride3D(DLTensor* tensor) { in ElementStride3D()
168 inline bool IsInPlaceTransposed3D(DLTensor* tensor) { in IsInPlaceTransposed3D()
171 inline int BatchCount3D(DLTensor* tensor) { return tensor->shape[0]; } in BatchCount3D()
172 inline int RowCount3D(DLTensor* tensor, bool trans) { return tensor->shape[trans ? 2 : 1]; } in RowCount3D()
[all …]
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/
H A Dtensor.hxx167 struct tensor : public TensorConcept<tensor<N, T>>, struct
173 typedef EmptyRunTimeProperties RunTimeProperties;
216 TFEL_MATH_INLINE explicit tensor(const InputIterator p) { in tensor() argument
234 TFEL_MATH_INLINE tensor(const Expr<tensor<N, T2>, Op>& src) { in tensor() function
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/te/schedule/
H A Dschedule_postproc_to_primfunc.cc53 Buffer CreateBufferFor(const Tensor& tensor) { in CreateBufferFor()
84 Tensor tensor = Downcast<Tensor>(tuple[1]); in VisitStmt_() local
89 Tensor tensor = Downcast<Tensor>(op->node); in VisitStmt_() local
98 Tensor tensor = Downcast<Tensor>(op->producer); in VisitStmt_() local
108 Tensor tensor = Downcast<Tensor>(op->producer); in VisitStmt_() local
120 Tensor tensor = Downcast<Tensor>(op->producer); in VisitExpr_() local
126 Buffer GetOrAllocBuffer(const Tensor& tensor) { return GetBuffer(tensor, true); } in GetOrAllocBuffer()
128 Buffer GetBuffer(const Tensor& tensor, bool allow_alloc = false) { in GetBuffer()
158 te::Tensor tensor = GetRef<te::Tensor>(n); in SchedulePostProcToPrimFunc() local
/dports/misc/tvm/incubator-tvm-0.6.1/topi/python/topi/bifrost/
H A Dtransforms.py23 def fuse_and_bind(s, tensor, axis=None, num_thread=None): argument
33 def tile_and_bind(s, tensor, y, x, y_factor, x_factor=None): argument
43 def tile_and_bind3d(s, tensor, z, y, x, z_factor=2, y_factor=None, x_factor=None): argument
58 def pack_tensor(s, tensor, factor, readers): argument
67 def transpose(s, tensor, y_index, x_index, readers): argument
96 def interleave_transpose(s, tensor, width, y_index, x_index, readers, batched=False): argument
109 def transpose_interleave(s, tensor, width, y_index, x_index, readers, batched=False): argument
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/bifrost/
H A Dtransforms.py25 def fuse_and_bind(s, tensor, axis=None, num_thread=None): argument
36 def tile_and_bind(s, tensor, y, x, y_factor, x_factor=None): argument
47 def tile_and_bind3d(s, tensor, z, y, x, z_factor=2, y_factor=None, x_factor=None): argument
63 def pack_tensor(s, tensor, factor, readers): argument
73 def transpose(s, tensor, y_index, x_index, readers): argument
103 def interleave_transpose(s, tensor, width, y_index, x_index, readers, batched=False): argument
117 def transpose_interleave(s, tensor, width, y_index, x_index, readers, batched=False): argument
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/python/topi/bifrost/
H A Dtransforms.py23 def fuse_and_bind(s, tensor, axis=None, num_thread=None): argument
33 def tile_and_bind(s, tensor, y, x, y_factor, x_factor=None): argument
43 def tile_and_bind3d(s, tensor, z, y, x, z_factor=2, y_factor=None, x_factor=None): argument
58 def pack_tensor(s, tensor, factor, readers): argument
67 def transpose(s, tensor, y_index, x_index, readers): argument
96 def interleave_transpose(s, tensor, width, y_index, x_index, readers, batched=False): argument
109 def transpose_interleave(s, tensor, width, y_index, x_index, readers, batched=False): argument
/dports/misc/py-tflite-support/tflite-support-0.1.0a1/src/tensorflow/lite/experimental/support/codegen/
H A Dandroid_java_generator.cc297 for (const auto& tensor : model.outputs) { in GenerateWrapperClass() local
303 for (const auto& tensor : model.inputs) { in GenerateWrapperClass() local
308 for (const auto& tensor : model.outputs) { in GenerateWrapperClass() local
340 for (const auto& tensor : model.inputs) { in GenerateWrapperInputs() local
363 for (const auto& tensor : model.inputs) { in GenerateWrapperInputs() local
413 for (const auto& tensor : model.outputs) { in GenerateWrapperOutputs() local
436 for (const auto& tensor : model.outputs) { in GenerateWrapperOutputs() local
486 for (const auto& tensor : model.inputs) { in GenerateWrapperMetadata() local
565 for (const auto& tensor : model.inputs) { in GenerateWrapperMetadata() local
668 for (const auto& tensor : model.inputs) { in GenerateWrapperAPI() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/services/machine_learning/
H A Din_process_tflite_predictor.cc106 TfLiteTensor* tensor = GetInputTensor(tensor_index); in GetInputTensorNumDims() local
112 TfLiteTensor* tensor = GetInputTensor(tensor_index); in GetInputTensorDim() local
117 TfLiteTensor* tensor = GetInputTensor(tensor_index); in GetInputTensorData() local
123 const TfLiteTensor* tensor = GetOutputTensor(tensor_index); in GetOutputTensorNumDims() local
129 const TfLiteTensor* tensor = GetOutputTensor(tensor_index); in GetOutputTensorDim() local
135 const TfLiteTensor* tensor = GetInputTensor(tensor_index); in GetOutputTensorData() local
/dports/mail/nextcloud-mail/mail/vendor/rubix/tensor/ext/
H A Dtensor.c85 static PHP_MSHUTDOWN_FUNCTION(tensor) in PHP_MSHUTDOWN_FUNCTION() argument
122 static PHP_RINIT_FUNCTION(tensor) in PHP_RINIT_FUNCTION() argument
134 static PHP_RSHUTDOWN_FUNCTION(tensor) in PHP_RSHUTDOWN_FUNCTION() argument
143 static PHP_MINFO_FUNCTION(tensor) in PHP_MINFO_FUNCTION() argument
160 static PHP_GINIT_FUNCTION(tensor) in PHP_GINIT_FUNCTION() argument
170 static PHP_GSHUTDOWN_FUNCTION(tensor) in PHP_GSHUTDOWN_FUNCTION() argument
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/thirdparty/onnx/onnx/
H A Dexternal_data_helper.py15 def __init__(self, tensor): # type: (TensorProto) -> None argument
32 def load_external_data_for_tensor(tensor, base_dir): # type: (TensorProto, Text) -> None argument
70 def set_external_data(tensor, # type: TensorProto argument
128 def save_external_data(tensor, base_path): # type: (TensorProto, Text) -> None argument
192 def uses_external_data(tensor): # type: (TensorProto) -> bool argument
197 def remove_external_data_field(tensor, field_key): # type: (TensorProto, Text) -> None argument
/dports/math/eigen3/eigen-3.3.9/unsupported/test/
H A Dcxx11_tensor_custom_index.cpp24 Tensor<float, 4, DataLayout> tensor(2, 3, 5, 7); in test_map_as_index() local
46 Tensor<float, 4, DataLayout> tensor(2, 3, 5, 7); in test_matrix_as_index() local
64 Tensor<float, 4, DataLayout> tensor(2, 3, 5, 7); in test_varlist_as_index() local
79 Tensor<float, 4, DataLayout> tensor(2, 3, 5, 7); in test_sizes_as_index() local

12345678910>>...44