Searched defs:ByteSizeOf (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ | ||
D | hlo_rematerialization_test.cc | 140 static int64 ByteSizeOf(const Shape& shape) { in ByteSizeOf() function in xla::__anondf34fa750111::HloRematerializationTest |
D | buffer_assignment_test.cc | 1901 static int64 ByteSizeOf(const BufferValue& buffer) { in ByteSizeOf() function in xla::__anon89e05a210111::WhileBufferAssignmentTest |
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ | ||
D | llvm_util.cc | 498 int64 ByteSizeOf(const Shape& shape, const llvm::DataLayout& data_layout) { in ByteSizeOf() function |
/external/tensorflow/tensorflow/compiler/xla/ | ||
D | shape_util.cc | 570 /* static */ int64 ShapeUtil::ByteSizeOf(const Shape& shape, in ByteSizeOf() function in xla::ShapeUtil |
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ | ||
D | ir_emitter.cc | 246 int64 IrEmitter::ByteSizeOf(const Shape& shape) const { in ByteSizeOf() function in xla::cpu::IrEmitter |