Searched defs:ByteSizeOf (Results 1 – 8 of 8) sorted by relevance
60 int64 ByteSizeOf(const Shape& shape) { return context_->ByteSizeOf(shape); } in ByteSizeOf() function
354 int64 ByteSizeOf(const Shape& shape) const override { in ByteSizeOf() function
139 static int64 ByteSizeOf(const Shape& shape) { in ByteSizeOf() function
2049 static int64 ByteSizeOf(const BufferValue& buffer) { in ByteSizeOf() function in xla::__anon8a84187f0111::WhileBufferAssignmentTest
120 inline size_t ByteSizeOf(const Object& object) { in ByteSizeOf() function
501 int64 ByteSizeOf(const Shape& shape, const llvm::DataLayout& data_layout) { in ByteSizeOf() function
742 /* static */ int64 ShapeUtil::ByteSizeOf(const Shape& shape, in ByteSizeOf() function in xla::ShapeUtil
310 int64 IrEmitter::ByteSizeOf(const Shape& shape) const { in ByteSizeOf() function in xla::cpu::IrEmitter