Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_patterns.td537 def CanBeTranslatedToDynamicSlice : Constraint<CPred<
538 "CanBeTranslatedToDynamicSlice($0, $1, $2.cast<DenseIntElementsAttr>())">>;
549 [(CanBeTranslatedToDynamicSlice $input, $starting_indices,
Dlegalize_tf.cc984 static bool CanBeTranslatedToDynamicSlice(Value input, Value start_indices, in CanBeTranslatedToDynamicSlice() function