Home
last modified time | relevance | path

Searched defs:xla_input_shapes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_helpers.h139 std::vector<xla::Shape> xla_input_shapes; member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Dcompile_mlir_util.cc119 std::vector<xla::Shape>* xla_input_shapes) { in GetXlaInputShapes()