Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MakeSliceIndexAndSizeInt64 (0.41 sec)

  1. tensorflow/compiler/jit/increase_dynamism_for_auto_jit_pass.cc

                 ? x
                 : ops::Cast(host_scope.WithOpName(name, "_s64"), x, DT_INT64);
    }
    
    // Returns `slice_inputs` with the index and size inputs cast to DT_INT64.
    SliceInputs MakeSliceIndexAndSizeInt64(const Scope& host_scope,
                                           const SliceInputs& slice_inputs) {
      SliceInputs result;
      result.input = slice_inputs.input;
    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