Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for resource_var_snapshots_ (0.28 sec)

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

      }
      const ResourceVarsSnapshot& resource_var_snapshots() const {
        return resource_var_snapshots_;
      }
      int num_constant_args() const { return num_constant_args_; }
    
     private:
      ClientType* client_;
      ExecutableType* executable_;
      const XlaCompiler::CompilationResult* compilation_result_;
      ResourceVarsSnapshot resource_var_snapshots_;
      int num_constant_args_;
    
    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

        int missing_ctx_input_prefix,
        const xla::HloInputOutputAliasConfig& input_output_alias,
        absl::Span<const int> input_mapping,
        const std::map<int, const Tensor*>& resource_vars_snapshots,
        DataType output_dtype, const TensorShape& output_shape,
        Allocator* output_allocator, bool allocate_xla_tensors, se::Stream* stream,
        bool use_multiple_streams, std::shared_ptr<se::Event> definition_event) {
    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