Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ JoinedShape
Function
JoinedShape
dali/kernels/common/join/tensor_join_shape.h:56–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
inline TensorShape<> JoinedShape(span<const TensorShape<>> in_shapes, int axis, bool new_axis) {
57
return new_axis ? ConcatenatedShape(in_shapes, axis) : StackedShape(in_shapes, axis);
58
}
59
60
61
template <typename GetInListShapeFunc>
Callers
3
SetupTyped
Method · 0.85
Setup
Method · 0.85
TEST
Function · 0.85
Calls
9
ConcatenatedShape
Function · 0.85
StackedShape
Function · 0.85
joined_ndim
Function · 0.85
CheckJoinedShapes
Function · 0.85
resize
Method · 0.45
sample_dim
Method · 0.45
num_samples
Method · 0.45
num_elements
Method · 0.45
tensor_shape_span
Method · 0.45
Tested by
1
TEST
Function · 0.68