Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dattribute_importer.h59 StatusOr<mlir::ArrayAttr> ExtractLayoutsFromShapes(
Dattribute_importer.cc160 StatusOr<mlir::ArrayAttr> ExtractLayoutsFromShapes( in ExtractLayoutsFromShapes() function
202 return ExtractLayoutsFromShapes(shape.tuple_shapes(), builder); in ExtractLayoutsFromTuple()
Dhlo_function_importer.cc632 ExtractLayoutsFromShapes(custom_call->operand_shapes_with_layout(), in ImportInstructionImpl()
644 ExtractLayoutsFromShapes({custom_call->shape()}, builder_)); in ImportInstructionImpl()
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.cc171 ExtractLayoutsFromShapes( in CustomCallInternal()
182 ExtractLayoutsFromShapes({shape}, &builder_)); in CustomCallInternal()