Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc593 GetWindowElements(window, [](const xla::WindowDimension& dim) { in EmitSelectAndScatterOp()
597 GetWindowElements(window, [](const xla::WindowDimension& dim) { in EmitSelectAndScatterOp()
601 GetWindowElements(window, [](const xla::WindowDimension& dim) { in EmitSelectAndScatterOp()
744 GetWindowElements(window, [](const xla::WindowDimension& dim) { in EmitDnnConvolution()
749 GetWindowElements(window, [](const xla::WindowDimension& dim) { in EmitDnnConvolution()
755 GetWindowElements(window, [](const xla::WindowDimension& dim) { in EmitDnnConvolution()
759 GetWindowElements(window, [](const xla::WindowDimension& dim) { in EmitDnnConvolution()
Dmhlo_to_lhlo_with_xla.h167 DenseIntElementsAttr GetWindowElements( in GetWindowElements() function