Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 6,743 for OTHER (0.11 sec)

  1. test/fixedbugs/issue10700.dir/other.go

    // Copyright 2015 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package other
    
    type Exported interface {
    	Do()
    	secret()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 07 16:21:57 UTC 2015
    - 219 bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/organizingGradleProjects/configureProjectUsingScript/groovy/other.gradle

    println "configuring $project"
    tasks.register('hello') {
        doLast {
            println 'hello from other script'
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 120 bytes
    - Viewed (0)
  3. test/fixedbugs/issue18419.dir/other.go

    // Copyright 2017 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package other
    
    type Exported struct {
    	Member int
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 09 16:13:52 UTC 2017
    - 258 bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/customPlugins/customPlugin/groovy/other.gradle

    Laura Kassovic <******@****.***> 1712356553 -0700
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 22:35:53 UTC 2024
    - 287 bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/tutorial/configureObjectUsingScript/groovy/other.gradle

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67 bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/organizingGradleProjects/configureProjectUsingScript/kotlin/other.gradle.kts

    println("configuring $project")
    tasks.register("hello") {
        doLast {
            println("hello from other script")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 122 bytes
    - Viewed (0)
  7. .github/ISSUE_TEMPLATE/tflite-other.md

    name: TensorFlow Lite Other Issue description: Use this template to report any
    issue in TensorFlow Lite that is not about Converters, Play Services or Ops
    body: - type: dropdown id: issue-type attributes: label: Issue Type description:
    What type of issue would you like to report? multiple: false options: - Bug -
    Build/Install - Performance - Support - Feature Request - Documentation Feature
    Request - Documentation Bug - Others validations: required: true - type:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Dec 29 22:28:29 UTC 2022
    - 3.4K bytes
    - Viewed (0)
  8. maven-model-builder/src/test/resources/poms/depmgmt/other-import.xml

             xsi:schemaLocation="http://maven.apache.org/POM/4.1.0 https://maven.apache.org/xsd/maven-4.1.0.xsd">
        <modelVersion>4.1.0</modelVersion>
    
        <groupId>test</groupId>
        <artifactId>other-import</artifactId>
        <version>0.1-SNAPSHOT</version>
        <packaging>pom</packaging>
    
        <dependencyManagement>
            <dependencies>
                <dependency>
                    <groupId>test</groupId>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Feb 01 16:25:04 UTC 2024
    - 732 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/customPlugins/customPlugin/kotlin/other.gradle.kts

    Laura Kassovic <******@****.***> 1712356553 -0700
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 22:35:53 UTC 2024
    - 283 bytes
    - Viewed (0)
  10. tensorflow/cc/framework/scope.cc

    Scope::Impl::Impl(const Scope& other, Tags::Device, const string& device)
        : graph_(other.impl()->graph_),
          status_(other.impl()->status_),
          name_map_(other.impl()->name_map_),
          refiner_(other.impl()->refiner_),
          scope_used_(other.impl()->scope_used_),
          control_deps_(other.impl()->control_deps_),
          name_(other.impl()->name_),
          op_name_(other.impl()->op_name_),
          exit_on_error_(other.impl()->exit_on_error_),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 05:57:22 UTC 2024
    - 20.9K bytes
    - Viewed (0)
Back to top