Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetSliceInputs (0.11 sec)

  1. tensorflow/compiler/jit/increase_dynamism_for_auto_jit_pass.cc

        result.push_back(element);
      }
      return result;
    }
    
    // Packages up the inputs to a Slice operation into an instance of
    // `SliceInputs`.
    StatusOrOptional<SliceInputs> GetSliceInputs(Node* slice) {
      const int kSliceInputIndex = 0;
      const int kSliceBeginIndex = 1;
      const int kSliceSizeIndex = 2;
    
      const Edge* slice_input_edge;
    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