Home
last modified time | relevance | path

Searched refs:allocate_arrays (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_valuepool.h141 void allocate_arrays(array_list& arrays);
Dsfn_valuepool.cpp403 void ValuePool::allocate_arrays(array_list& arrays) in allocate_arrays() function in r600::ValuePool
Dsfn_nir.cpp123 impl->allocate_arrays(arrays); in lower()
/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc144 void Literal::SetPiece(const Shape& shape, Piece* piece, bool allocate_arrays) { in SetPiece() argument
152 SetPiece(subshape, &child_piece, allocate_arrays); in SetPiece()
157 if (allocate_arrays) { in SetPiece()
174 Literal::Literal(const Shape& shape, bool allocate_arrays) in Literal() argument
182 SetPiece(*shape_, root_piece_, allocate_arrays); in Literal()
Dliteral.h789 Literal(const Shape& shape, bool allocate_arrays);
814 void SetPiece(const Shape& shape, Piece* piece, bool allocate_arrays);