MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Array

Method Array

tensorflow/compiler/xla/array.h:100–100  ·  view source on GitHub ↗

Creates a new array with the specified dimensions.

Source from the content-addressed store, hash-verified

98
99 // Creates a new array with the specified dimensions.
100 explicit Array(absl::Span<const int64> sizes) : Array(sizes, T()) {}
101
102 // Creates a new array with the specified dimensions and specified value for
103 // every cell.

Callers

nothing calls this directly

Calls 5

FillFunction · 0.50
copyFunction · 0.50
beginMethod · 0.45
endMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected