Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for t_1 (0.02 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

    // Start step 1
    C_1 = cond(args_1)
    N_1 = non_tpu(args_1)
    if (C_1) {
       F_1 = forward(args_1, N_1)
       // T_1 = core_tpu() is not evaluated here.
       // B_1 = backward() is not evaluated here.
    }
    
    // Partial update of args. We expect this to be sufficient
    // for evaluating cond().
    args_2a = update_args(args_1, N_1)  // NO T_1 here
    
    // Conditional for step 2
    C_2 = cond(args_2)
    
    new_while_body (new_args) {  // starts at i==2
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
Back to top