Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlegalize_tf.cc229 IntegerAttr axis_int = ExtractSingleElementAsInteger(axis); in matchAndRewrite() local
233 if (failed(ConvertToI32Attr(axis_int, &axis_i32))) return failure(); in matchAndRewrite()
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc2625 for (const auto &axis_int : perm.getValues<APInt>()) { in Verify() local
2626 const int64_t axis = axis_int.getSExtValue(); in Verify()