Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 109 for exportable (0.43 sec)

  1. pilot/pkg/serviceregistry/kube/controller/autoserviceexportcontroller_test.go

    	client.RunAndWait(stop)
    	go sc.Run(stop)
    
    	t.Run("exportable", func(t *testing.T) {
    		createSimpleService(t, client, "exportable-ns", "foo")
    		assertServiceExport(t, client, "exportable-ns", "foo", true)
    	})
    
    	t.Run("unexportable", func(t *testing.T) {
    		createSimpleService(t, client, "unexportable-ns", "foo")
    		assertServiceExport(t, client, "unexportable-ns", "foo", false)
    	})
    
    	t.Run("no overwrite", func(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 06 16:02:24 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/api/v2/tf_dialect_to_executor.h

    // dialect that is suitable to be exported to GraphDef. Graph -> MLIR -> Graph
    // is not perfectly round trippable, so this API will attempt to make the module
    // exportable and verify some properties of the Tensorflow Executor MLIR that
    // are required by Graph Export. It will return an error if it cannot.
    //
    // Input: A MLIR Module in the Tensorflow Dialect with no
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 03 23:19:33 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/api/v1/tf_dialect_to_executor.h

    // dialect that is suitable to be exported to GraphDef. Graph -> MLIR -> Graph
    // is not perfectly round trippable, so this API will attempt to make the module
    // exportable and verify some properties of the Tensorflow Executor MLIR that
    // are required by Graph Export. It will return an error if it cannot.
    //
    // Input: A MLIR Module in the Tensorflow Dialect with no
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 11 18:45:46 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/cover_import_main_loop.txt

    [compiler:gccgo] skip # gccgo has no cover tool
    
    ! go test -n importmain/test
    stderr 'not an importable package' # check that import main was detected
    ! go test -n -cover importmain/test
    stderr 'not an importable package' # check that import main was detected
    
    -- go.mod --
    module importmain
    
    go 1.16
    -- ismain/main.go --
    package main
    
    import _ "importmain/test"
    
    func main() {}
    -- test/test.go --
    package test
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 24 21:26:10 UTC 2022
    - 532 bytes
    - Viewed (0)
  5. subprojects/core/src/main/java/org/gradle/internal/exceptions/ContextAwareException.java

        public ContextAwareException(Throwable t) {
            initCause(t);
        }
    
        /**
         * Returns the reportable causes for this failure.
         *
         * @return The causes. Never returns null, returns an empty list if this exception has no reportable causes.
         */
        public List<Throwable> getReportableCauses() {
            final List<Throwable> causes = new ArrayList<>();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 13:32:53 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/stablehlo/stablehlo.py

    # See the License for the specific language governing permissions and
    # limitations under the License.
    # ==============================================================================
    """StableHLO Portable Python APIs.
    
    This setup only exports the the StableHLO Portable C++ APIs, which have
    signatures that do not rely on MLIR classes.
    
    Exporting all of MLIR Python bindings to TF OSS has high maintenance
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 16 19:48:21 UTC 2023
    - 1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/stablehlo/stablehlo_test.py

    # limitations under the License.
    # ==============================================================================
    """Smoke test of functions in StableHLO Portable APIs."""
    
    from tensorflow.compiler.mlir.stablehlo import stablehlo
    
    
    def smoketest():
      """Test StableHLO Portable APIs."""
      assert isinstance(stablehlo.get_api_version(), int)
      assembly = """
        module @jit_f_jax.0 {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 16 19:48:21 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/list_gofile_in_goroot.txt

    # importable package, since that directory has no valid import path.
    env GO111MODULE=on
    go list ...
    stdout -count=1 '^.+$'
    stdout '^fmt$'
    ! stdout foo
    
    go list ./...
    stdout -count=1 '^.+$'
    stdout '^fmt$'
    ! stdout foo
    
    go list std
    stdout -count=1 '^.+$'
    stdout '^fmt$'
    
    ! go list .
    stderr '^GOROOT/src is not an importable package$'
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 24 21:26:10 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  9. ChangeLog.md

    - [`KT-64450`](https://youtrack.jetbrains.com/issue/KT-64450) K2: Implement SourceMapGenerationSmokeTestGenerated for K2
    - [`KT-64366`](https://youtrack.jetbrains.com/issue/KT-64366) KJS / K2: Exported declaration uses non-exportable return type: 'kotlin.<X>?'
    - [`KT-64426`](https://youtrack.jetbrains.com/issue/KT-64426) K2: Implement JsIrLineNumberTestGenerated for K2
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  10. docs/en/docs/tutorial/index.md

     │                      │
     ╰──────────────────────╯
    
    <font color="#3465A4">INFO    </font> Importing module <font color="#4E9A06">main</font>
    <font color="#3465A4">INFO    </font> Found importable FastAPI app
    
     ╭─ <font color="#8AE234"><b>Importable FastAPI app</b></font> ─╮
     │                          │
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 02 22:37:31 UTC 2024
    - 5.9K bytes
    - Viewed (0)
Back to top