Searched defs:ByteSizeOf (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ | ||
D | hlo_rematerialization_test.cc | 134 static int64 ByteSizeOf(const Shape& shape) { in ByteSizeOf() function in xla::__anonc0d2dd690111::HloRematerializationTest |
D | buffer_assignment_test.cc | 1519 static int64 ByteSizeOf(const LogicalBuffer& buffer) { in ByteSizeOf() function in xla::__anon203ae3150111::WhileBufferAssignmentTest |
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ | ||
D | llvm_util.cc | 606 int64 ByteSizeOf(const Shape& shape, const llvm::DataLayout& data_layout) { in ByteSizeOf() function |
/external/tensorflow/tensorflow/compiler/xla/ | ||
D | shape_util.cc | 700 /* static */ int64 ShapeUtil::ByteSizeOf(const Shape& shape, in ByteSizeOf() function in xla::ShapeUtil |
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ | ||
D | ir_emitter.cc | 255 int64 IrEmitter::ByteSizeOf(const Shape& shape) const { in ByteSizeOf() function in xla::cpu::IrEmitter |