Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ tensor_data
Method
tensor_data
include/dali/core/tensor_view.h:308–310 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
306
}
307
308
DataType *tensor_data(int sample) const {
309
return data[sample];
310
}
311
312
DataType *&tensor_data(int sample) {
313
return data[sample];
Callers
15
CollectShape
Function · 0.80
RunImpl
Method · 0.80
ParseOutputShape
Method · 0.80
ShapeFromInput
Method · 0.80
sample_as_span
Method · 0.80
SetupImpl
Method · 0.80
RunImplTyped
Method · 0.80
TEST_P
Function · 0.80
TEST
Function · 0.80
Run
Function · 0.80
Run
Method · 0.80
PrepareExpectedOutput
Method · 0.80
Calls
no outgoing calls
Tested by
9
TEST_P
Function · 0.64
TEST
Function · 0.64
PrepareExpectedOutput
Method · 0.64
PrepareExpectedOutput
Method · 0.64
TEST_P
Function · 0.64
TEST_P
Function · 0.64
TEST_P
Function · 0.64
CalcReference
Method · 0.64
FeedExternalInput
Method · 0.64