Home
last modified time | relevance | path

Searched refs:MakeStaticShape (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dtransfer_manager.cc226 Shape buffer_shape_static = ShapeUtil::MakeStaticShape(buffer_shape); in ReadDynamicShapes()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h386 static Shape MakeStaticShape(const Shape& original);
Dshape_util.cc359 /* static */ Shape ShapeUtil::MakeStaticShape(const Shape& original) { in MakeStaticShape() function in xla::ShapeUtil
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_execute_op.cc165 xla::ShapeUtil::MakeStaticShape(compile_time_shape); in UpdateMetadata()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc2148 ShapeUtil::ByteSizeOf(ShapeUtil::MakeStaticShape(hlo->shape())); in HandleSliceToDynamic()
2203 ShapeUtil::ByteSizeOf(ShapeUtil::MakeStaticShape(input_shape)); in HandlePadToStatic()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc1348 const Shape static_shape = xla::ShapeUtil::MakeStaticShape(current_shape); in GetOrCreateArrayView()