Home
last modified time | relevance | path

Searched defs:x_ty (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_ops_a_m.cc220 RankedTensorType x_ty = GetRankedTensorTypeForOperand(op.x()); in Verify() local
2467 auto x_ty = op.x().getType().template dyn_cast<RankedTensorType>(); in flipComatibleShapeError() local
2711 auto x_ty = x().getType().cast<TensorType>(); in GetOptimalLayout() local
2775 auto x_ty = op->x().getType().template cast<TensorType>(); in GetOptimalLayout() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_reductions.py1051 def test_for_dtypes(x_ty, v_ty, i_ty, message): argument