Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tfr/passes/
Draise_to_tf.cc272 if (auto list_op = dyn_cast_or_null<BuildListOp>(input_op)) { in CollectInputsAndAttributes() local
412 auto list_op = rewriter.create<BuildListOp>(loc, res_type, tensor_list); in CreateAndReplaceOp() local
/external/tensorflow/tensorflow/python/ops/structured/
Dstructured_array_ops.py447 def list_op(values): function