Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TopKIncludingTies (1.04 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      \\(predictions_i\\) be the predictions for all classes for example `i`,
      \\(targets_i\\) be the target class for example `i`,
      \\(out_i\\) be the output for example `i`,
    
    $$out_i = predictions_{i, targets_i} \in TopKIncludingTies(predictions_i)$$
      }];
    
      let arguments = (ins
        Arg<TF_Float32Tensor, [{A `batch_size` x `classes` tensor.}]>:$predictions,
        Arg<TF_I32OrI64Tensor, [{A `batch_size` vector of class ids.}]>:$targets,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top