Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ComputeSliceSize (0.71 sec)

  1. tensorflow/compiler/jit/increase_dynamism_for_auto_jit_pass.cc

     private:
      Scope scope_;
      std::unordered_map<int, Output> cache_;
      std::vector<const Edge*> control_deps_;
    };
    
    // Returns a node computing the size of the Slice op with inputs `slice_inputs`.
    Status ComputeSliceSize(const Scope& host_scope,
                            const SliceInputs& slice_inputs,
                            std::vector<const Edge*> control_deps, Output* size) {
      // If slice_size[i] >= 0 then slice_size[i] = slice_size[i].
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 13.8K bytes
    - Viewed (0)
Back to top