MCPcopy Create free account
hub / github.com/ai-techsystems/deepC / tensor

Class tensor

include/core/tensor.h:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44template <class To, class Ti1, class Ti2> class baseOperator;
45template <typename T> class tensor;
46template <typename T> static tensor<T> NULL_TENSOR;
47
48// Tensor with arbitrary rank.

Callers 15

test_custom_unary_opFunction · 0.85
test_output_0dFunction · 0.85
test_output_1dFunction · 0.85
test_output_2dFunction · 0.85
test_output_constFunction · 0.85
test_static_index_listFunction · 0.85
test_type2index_listFunction · 0.85
test_dynamic_index_listFunction · 0.85
test_mixed_index_listFunction · 0.85
test_simple_patchFunction · 0.85
test_simple_stridingFunction · 0.85
test_striding_as_lvalueFunction · 0.85

Calls 9

rankMethod · 0.45
lengthMethod · 0.45
push_backMethod · 0.45
sizeMethod · 0.45
nameMethod · 0.45
to_stringMethod · 0.45
shapeMethod · 0.45
operator[]Method · 0.45
operator()Method · 0.45

Tested by 15

test_custom_unary_opFunction · 0.68
test_output_0dFunction · 0.68
test_output_1dFunction · 0.68
test_output_2dFunction · 0.68
test_output_constFunction · 0.68
test_static_index_listFunction · 0.68
test_type2index_listFunction · 0.68
test_dynamic_index_listFunction · 0.68
test_mixed_index_listFunction · 0.68
test_simple_patchFunction · 0.68
test_simple_stridingFunction · 0.68
test_striding_as_lvalueFunction · 0.68