Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dsoftmax_op.cc130 const TensorShape labels_shape = ctx->InputShape(1); in Compile() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dctc_loss_op.cc148 TensorShape labels_shape({batch_size, max_label_len}); in Compute() local