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

Method set_buffer

tensorflow/compiler/xla/literal.h:355–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353 // Gets/sets the buffer holding the array data.
354 char* buffer() const { return buffer_; }
355 void set_buffer(char* buffer) { buffer_ = buffer; }
356
357 // Gets or sets the subshape of this piece. This reference points to a
358 // subshape within the shape in the containing Literal (Literal::shape_).

Callers 10

MakeTupleMethod · 0.45
ToShapedBufferMethod · 0.45
PopulateInputsMethod · 0.45
PopulateOutputsMethod · 0.45
SetPieceMethod · 0.45
DecomposeTupleMethod · 0.45
MoveFromMethod · 0.45
CopyPieceSubtreeMethod · 0.45
BorrowingLiteralMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected