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.cc157 ShapeUtil::ByteSizeOfElements(consumer->operand(0)->shape()) < in ShouldFuse()
163 ShapeUtil::ByteSizeOfElements(consumer->operand(1)->shape()) < in ShouldFuse()
/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_invariant_code_motion.h44 ShapeSizeFunction shape_size_function = ShapeUtil::ByteSizeOfElements)
Dwhile_loop_expensive_invariant_code_motion.h35 ShapeSizeFunction shape_size_function = ShapeUtil::ByteSizeOfElements)
Dtuple_util_test.cc48 ShapeUtil::ByteSizeOfElements); in GetParsedModule()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dgpu_codegen_test.cc46 ShapeUtil::ByteSizeOfElements); in CreateNewVerifiedModuleWithFTZ()
/external/tensorflow/tensorflow/compiler/mlir/xla/experimental/conv_emitter/
Dconv_emitter_test.cc45 /*shape_size_function=*/ShapeUtil::ByteSizeOfElements); in CompileHloConvAndGetMlir()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h233 static int64 ByteSizeOfElements(const Shape& shape);
Dshape_util.cc748 return ByteSizeOfElements(shape); in ByteSizeOf()
767 /* static */ int64 ShapeUtil::ByteSizeOfElements(const Shape& shape) { in ByteSizeOfElements() function in xla::ShapeUtil