Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OP_REQUIRES_OK_ASYNC (0.27 sec)

  1. tensorflow/compiler/jit/kernels/xla_ops.cc

            std::vector<VariableInfo> variable_infos;
            OP_REQUIRES_OK_ASYNC(
                ctx,
                GetUpdatedVariables(ctx, inputs, resources, *compilation_result,
                                    &variable_infos),
                done);
            OP_REQUIRES_OK_ASYNC(ctx, LockVariables(absl::MakeSpan(variable_infos)),
                                 done);
            OP_REQUIRES_OK_ASYNC(
                ctx,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 22:46:36 UTC 2024
    - 41.4K bytes
    - Viewed (0)
Back to top