Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/mlir_gpu/
Dmlir_irgen_test_base.cc87 /*shape_size_function=*/ShapeUtil::ByteSizeOfElements); in CompileAndVerifyIr()
138 /*shape_size_function=*/ShapeUtil::ByteSizeOfElements); in CompileAndVerifyErrors()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion.cc158 ShapeUtil::ByteSizeOfElements(consumer->operand(0)->shape()) < in ShouldFuse()
164 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)
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/xla/service/mlir_gpu/experimental/conv_emitter/
Dconv_emitter_test.cc43 /*shape_size_function=*/ShapeUtil::ByteSizeOfElements); in CompileHloConvAndGetMlir()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.cc629 int64 byte_size = ByteSizeOfElements(shape); in ByteSizeOf()
649 /* static */ int64 ShapeUtil::ByteSizeOfElements(const Shape& shape) { in ByteSizeOfElements() function in xla::ShapeUtil
Dshape_util.h232 static int64 ByteSizeOfElements(const Shape& shape);
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc1563 int64 num_bytes = ShapeUtil::ByteSizeOfElements(init_value->shape()); in BuildInitializerThunk()