Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dthunk_emitter.h60 int64 ByteSizeOf(const Shape& shape) { return context_->ByteSizeOf(shape); } in ByteSizeOf() function
Dir_emitter_unnested.h354 int64 ByteSizeOf(const Shape& shape) const override { in ByteSizeOf() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization_test_utils.h139 static int64 ByteSizeOf(const Shape& shape) { in ByteSizeOf() function
Dbuffer_assignment_test.cc2049 static int64 ByteSizeOf(const BufferValue& buffer) { in ByteSizeOf() function in xla::__anon8a84187f0111::WhileBufferAssignmentTest
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dobject.h120 inline size_t ByteSizeOf(const Object& object) { in ByteSizeOf() function
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc501 int64 ByteSizeOf(const Shape& shape, const llvm::DataLayout& data_layout) { in ByteSizeOf() function
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc742 /* static */ int64 ShapeUtil::ByteSizeOf(const Shape& shape, in ByteSizeOf() function in xla::ShapeUtil
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc310 int64 IrEmitter::ByteSizeOf(const Shape& shape) const { in ByteSizeOf() function in xla::cpu::IrEmitter