Home
last modified time | relevance | path

Searched defs:tuple_op (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dlegalize_tf_control_flow.cc127 auto tuple_op = builder.create<TupleOp>(loc, result.getResults()); in ImportXlaRegion() local
H A Dlegalize_tf_communication.cc443 if (auto tuple_op = value.getDefiningOp<TupleOp>()) { in GetValueWithToken() local
/aosp_15_r20/external/python/cpython3/Modules/
D_pickle.c2777 const char tuple_op = TUPLE; in save_tuple() local