Home
last modified time | relevance | path

Searched defs:ByteSizeOf (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization_test_utils.h139 static int64_t ByteSizeOf(const Shape& shape) { in ByteSizeOf() function
Dbuffer_assignment_test.cc2127 static int64_t ByteSizeOf(const BufferValue& buffer) { in ByteSizeOf() function in xla::__anonb31869ae0111::WhileBufferAssignmentTest
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dobject.h121 inline size_t ByteSizeOf(const Object& object) { in ByteSizeOf() function
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.h357 int64_t ByteSizeOf(const Shape& shape) const { in ByteSizeOf() function
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc502 int64_t ByteSizeOf(const Shape& shape, const llvm::DataLayout& data_layout) { in ByteSizeOf() function
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc823 /* static */ int64_t ShapeUtil::ByteSizeOf(const Shape& shape, in ByteSizeOf() function in xla::ShapeUtil
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc337 int64_t IrEmitter::ByteSizeOf(const Shape& shape) const { in ByteSizeOf() function in xla::cpu::IrEmitter