Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion.cc151 ShapeUtil::ByteSizeOfElements(consumer->operand(0)->shape()) < in ShouldFuse()
157 ShapeUtil::ByteSizeOfElements(consumer->operand(1)->shape()) < in ShouldFuse()
/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_expensive_invariant_code_motion.h35 ShapeSizeFunction shape_size_function = ShapeUtil::ByteSizeOfElements)
Dwhile_loop_invariant_code_motion.h58 ShapeSizeFunction shape_size_function = ShapeUtil::ByteSizeOfElements)
Ddot_merger.cc221 int64_t bytes = ShapeUtil::ByteSizeOfElements(instr->shape()); in MergeDots()
223 bytes += ShapeUtil::ByteSizeOfElements(operand->shape()); in MergeDots()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dgpu_codegen_test.cc45 ShapeUtil::ByteSizeOfElements); in CreateNewVerifiedModuleWithFTZ()
/external/tensorflow/tensorflow/compiler/mlir/xla/experimental/conv_emitter/
Dconv_emitter_test.cc49 /*shape_size_function=*/ShapeUtil::ByteSizeOfElements); in CompileHloConvAndGetMlir()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h143 static int64_t ByteSizeOfElements(const Shape& shape);
Dshape_util.cc829 return ByteSizeOfElements(shape); in ByteSizeOf()
848 /* static */ int64_t ShapeUtil::ByteSizeOfElements(const Shape& shape) { in ByteSizeOfElements() function in xla::ShapeUtil