Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dselect_op.cc39 const TensorShape else_shape = ctx->InputShape(2); in Compile() local
90 const TensorShape else_shape = ctx->InputShape(2); in Compile() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dlegalize_tf.cc2964 Value else_shape = b.createOrFold<shape::ShapeOfOp>(op.e()); in matchAndRewrite() local