Searched refs:CastValueToI64 (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | legalize_tf_patterns.td | 39 def CastValueToI64: NativeCodeCall< 40 "CastValueToI64($0.getLoc(), $1, &$_builder)">; 535 …"UnpackTensorAlongZeroDim($0.getLoc(), CastValueToI64($0.getLoc(), $1, &$_builder), &$_builder).ou… 679 (CastValueToI64 $old, $shape)),
|
D | legalize_tf.cc | 229 static ConvertOp CastValueToI64(Location loc, Value value, in CastValueToI64() function
|