Home
last modified time | relevance | path

Searched refs:GetOrCreateViewImpl (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.h193 tensorflow::Status GetOrCreateViewImpl(const xla::HloInstruction* instr,
Dmhlo_to_lhlo_with_xla.cc1398 Status LhloDialectEmitter::GetOrCreateViewImpl( in GetOrCreateViewImpl() function in mlir::LhloDialectEmitter
1404 TF_RETURN_IF_ERROR(GetOrCreateViewImpl( in GetOrCreateViewImpl()
1429 return GetOrCreateViewImpl(instr, sub_shape, &shape_index, values); in GetOrCreateView()