Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for python (0.86 sec)

  1. tensorflow/c/c_api.cc

    // Tensor.
    // TFv2 does not depend on this conversion. There is no matching
    // TF_TensorFromTensorV1 because the conversion to string is performed by the
    // python side of Session.
    static Status TF_TensorToTensorV1(const TF_Tensor* src, Tensor* dst) {
      Status status = TF_TensorToTensor(src, dst);
      if (!status.ok()) {
        return status;
      }
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Tue May 13 06:30:43 UTC 2025
    - 102.3K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Properties File */
        public static final String LABELS_facet_filetype_properties = "{labels.facet_filetype_properties}";
    
        /** The key of the message: Python */
        public static final String LABELS_facet_filetype_python = "{labels.facet_filetype_python}";
    
        /** The key of the message: Ruby */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
  3. api/maven-api-model/src/main/mdo/maven.mdo

                <![CDATA[
                Specifies the language of the source files - typically {@code java} or {@code resources}.
                Resources is used as a generic term for scripting languages (e.g., JavaScript or Python)
                or markup languages (e.g. properties file, <abbr>JSON</abbr> or <abbr>XML</abbr>).
    
                <p>The <b>java</b> language is used for specifying a directory containing the Java sources of the project.
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Aug 07 14:32:16 UTC 2025
    - 132.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.4.md

    * Unmount operation should not fail if volume is already unmounted ([#38547](https://github.com/kubernetes/kubernetes/pull/38547), [@rkouj](https://github.com/rkouj))
    * Updates base image used for `kube-addon-manager` to latest `python:2.7-slim` and embedded `kubectl` to `v1.3.10`. No functionality changes expected. ([#42842](https://github.com/kubernetes/kubernetes/pull/42842), [@ixdy](https://github.com/ixdy))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.5.md

    - **API Machinery**
      - [beta] `kube-apiserver` support for the OpenAPI spec is moving from alpha to beta. The first [non-go client](https://github.com/kubernetes-incubator/client-python) is based on it ([kubernetes/features#53](https://github.com/kubernetes/enhancements/issues/53))
    - **Apps**
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  6. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    erotika.hu
    es
    es-1.axarnet.cloud
    es.eu.org
    es.gov.br
    es.kr
    es.leg.br
    esan.hokkaido.jp
    esashi.hokkaido.jp
    esp.br
    esq
    est-a-la-maison.com
    est-a-la-masion.com
    est-le-patron.com
    est-mon-blogueur.com
    est.pr
    estate
    et
    etajima.hiroshima.jp
    etc.br
    eti.br
    etne.no
    etnedal.no
    eu
    eu-1.evennode.com
    eu-2.evennode.com
    eu-3.evennode.com
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  7. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    erotika.hu
    es
    es-1.axarnet.cloud
    es.eu.org
    es.gov.br
    es.kr
    es.leg.br
    esan.hokkaido.jp
    esashi.hokkaido.jp
    esp.br
    esq
    est-a-la-maison.com
    est-a-la-masion.com
    est-le-patron.com
    est-mon-blogueur.com
    est.pr
    estate
    et
    etajima.hiroshima.jp
    etc.br
    eti.br
    etne.no
    etnedal.no
    eu
    eu-1.evennode.com
    eu-2.evennode.com
    eu-3.evennode.com
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
Back to top