Searched refs:ArraysAreCastCompatible (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_types.h | 30 using ::mlir::tf_type::ArraysAreCastCompatible; // NOLINT
|
D | tf_ops.td | 928 return ArraysAreCastCompatible(l, r);
|
D | tf_generated_ops.td | 61 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/ |
D | dialect.h | 267 bool ArraysAreCastCompatible(TypeRange lhs, TypeRange rhs);
|
D | dialect.cc | 819 bool ArraysAreCastCompatible(TypeRange lhs, TypeRange rhs) { in ArraysAreCastCompatible() function
|