Home
last modified time | relevance | path

Searched refs:ByteSizeOfElements (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_invariant_code_motion.cc225 input_size += ShapeUtil::ByteSizeOfElements(subshape); in TryHoistingInvariantInstructionsFromWhileBody()
233 output_size += ShapeUtil::ByteSizeOfElements(subshape); in TryHoistingInvariantInstructionsFromWhileBody()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc576 int64 byte_size = ByteSizeOfElements(shape); in ByteSizeOf()
599 /* static */ int64 ShapeUtil::ByteSizeOfElements(const Shape& shape) { in ByteSizeOfElements() function in xla::ShapeUtil
Dshape_util.h227 static int64 ByteSizeOfElements(const Shape& shape);
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc1946 int64 num_bytes = ShapeUtil::ByteSizeOfElements(init_value->shape()); in BuildInitializerThunk()