MCPcopy Create free account
hub / github.com/NVIDIA/DALI / tensor_shape

Method tensor_shape

include/dali/core/tensor_view.h:317–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315
316 template <int output_dim = sample_ndim>
317 TensorShape<output_dim> tensor_shape(int sample) const {
318 return shape.template tensor_shape<output_dim>(sample);
319 }
320
321 auto tensor_shape_span(int sample) {
322 return shape.tensor_shape_span(sample);

Callers 15

py_shape_listFunction · 0.45
TensorListGetItemImplFunction · 0.45
ExposeTensorListCPUFunction · 0.45
PostprocessShapeMethod · 0.45
ElementCopyMethod · 0.45
RunImplMethod · 0.45
RunImplMethod · 0.45
RunImplMethod · 0.45
CompareTensorListsMethod · 0.45
CollectShapeFunction · 0.45
VerifyMethod · 0.45
SetupSampleParamsMethod · 0.45

Calls

no outgoing calls

Tested by 15

CompareTensorListsMethod · 0.36
VerifyMethod · 0.36
SeqRearrangeVerifyFunction · 0.36
VerifyMethod · 0.36
SetupImplMethod · 0.36
RunImplMethod · 0.36
FlipVerifyFunction · 0.36
TransposeVerifyFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
ReferenceMethod · 0.36