Searched refs:allocate_arrays (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_valuepool.h | 141 void allocate_arrays(array_list& arrays);
|
D | sfn_valuepool.cpp | 403 void ValuePool::allocate_arrays(array_list& arrays) in allocate_arrays() function in r600::ValuePool
|
D | sfn_nir.cpp | 123 impl->allocate_arrays(arrays); in lower()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | literal.cc | 248 void Literal::SetPiece(const Shape& shape, Piece* piece, bool allocate_arrays, in SetPiece() argument 255 SetPiece(subshape, &child_piece, allocate_arrays, leaf_array_value_state); in SetPiece() 262 allocate_arrays) { in SetPiece() 272 Literal::Literal(const Shape& shape, bool allocate_arrays, in Literal() argument 285 SetPiece(*shape_, &root_piece_, allocate_arrays, leaf_array_value_state); in Literal()
|
D | literal.h | 1071 Literal(const Shape& shape, bool allocate_arrays, 1111 const Shape& shape, Piece* piece, bool allocate_arrays,
|