Home
last modified time | relevance | path

Searched refs:InferSelectV2OpType (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc810 static Type InferSelectV2OpType(Value condition, Value e, Value t) { in InferSelectV2OpType() function
834 build(builder, result, InferSelectV2OpType(condition, e, t), condition, e, t); in build()