Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for interop (0.09 sec)

  1. ChangeLog.md

    - [`KT-63287`](https://youtrack.jetbrains.com/issue/KT-63287) [K/N] Create test model for building/executing C-Interop tests
    - [`KT-63048`](https://youtrack.jetbrains.com/issue/KT-63048) K2 ObjC interop: Fields are not supported for Companion of subclass of ObjC type
    
    ### Native. ObjC Export
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      </mime-type>
    
      <!-- =================================================================== -->
      <!-- Microsoft Office binary file formats                                -->
      <!-- http://www.microsoft.com/interop/docs/OfficeBinaryFormats.mspx      -->
      <!-- =================================================================== -->
      <mime-type type="application/x-tika-msoffice">
        <magic priority="40">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        }
      }
    
      auto element_type = IntegerType::get(input.getContext(), 64);
      return DenseIntElementsAttr::get(
          tensorflow::GetTypeFromTFTensorShape({shape[0]}, element_type), values);
    }
    
    // Returns interior padding to use in HLO Pad op based on the TensorFlow padding
    // in TensorFlow PadV2 op.
    static DenseIntElementsAttr GetInteriorPadding(ElementsAttr tf_padding) {
      auto length = tf_padding.getShapedType().getShape()[0];
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top