Home
last modified time | relevance | path

Searched refs:ArraysAreCastCompatible (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_types.h30 using ::mlir::tf_type::ArraysAreCastCompatible; // NOLINT
Dtf_ops.td928 return ArraysAreCastCompatible(l, r);
Dtf_generated_ops.td61 return ArraysAreCastCompatible(inferred, actual);
2667 return ArraysAreCastCompatible(l, r);
2784 return ArraysAreCastCompatible(l, r);
4757 return ArraysAreCastCompatible(l, r);
7632 return ArraysAreCastCompatible(inferred, actual);
7715 return ArraysAreCastCompatible(inferred, actual);
9813 return ArraysAreCastCompatible(inferred, actual);
12031 return ArraysAreCastCompatible(inferred, actual);
15689 return ArraysAreCastCompatible(l, r);
16445 return ArraysAreCastCompatible(inferred, actual);
[all …]
/external/tensorflow/tensorflow/core/ir/types/
Ddialect.h267 bool ArraysAreCastCompatible(TypeRange lhs, TypeRange rhs);
Ddialect.cc819 bool ArraysAreCastCompatible(TypeRange lhs, TypeRange rhs) { in ArraysAreCastCompatible() function