Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetAndLockVariablesAndBuildXlaCompilerArguments (0.3 sec)

  1. tensorflow/compiler/jit/xla_compile_on_demand_op.cc

    // Gets `variables` from `ctx`, locks them and builds XlaCompiler::Arguments
    // using them. Stores the arguments in `args`. `variables` and `args` passed in
    // will be cleared before populating them.
    Status GetAndLockVariablesAndBuildXlaCompilerArguments(
        const OpKernelContext& ctx, const std::vector<const Tensor*>& inputs,
        const std::vector<int>& constant_indices,
        const std::vector<int>& variable_indices,
        std::vector<VariableInfo>* variables,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 29 08:39:39 UTC 2024
    - 13.4K bytes
    - Viewed (0)
Back to top