Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GatherVariableInfo (0.23 sec)

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

                                                         : nullptr);
        }
    
        {
          absl::StatusOr<std::vector<VariableInfo>> updated_variables =
              GatherVariableInfo(ctx, *closure.compilation_result(),
                                 closure.num_constant_args());
          OP_REQUIRES_OK(ctx, updated_variables.status());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 22:46:36 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/xla_launch_util.cc

            *ptr = new Var(write.type);
            return absl::OkStatus();
          }));
      return variable;
    }
    
    absl::StatusOr<std::vector<VariableInfo>> GatherVariableInfo(
        OpKernelContext* ctx,
        const XlaCompiler::CompilationResult& compilation_result,
        int missing_ctx_input_prefix) {
      std::vector<VariableInfo> out;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 00:36:08 UTC 2024
    - 40.4K bytes
    - Viewed (0)
Back to top