Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 44 of 44 for delete1 (0.35 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        if (!input_type) return failure();
    
        // TODO(disc): remove static shape check once folding/canonicalization func
        // added and ConvertSplitOp deleted. Calculate the dimension size for each
        // slice along the split dimension. We are splitting along the dynamic
        // dimension, or using static pattern transform
        if (input_type.hasStaticShape()) return failure();
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    .io.File) throws ClassNotFoundExcepti, NoSuchMethodExceptio, reflect.InvocationTargetExce, IllegalAccessExcepti; private static java.io.File createTemporaryFolde(java.io.File) throws java.io.IOException; public java.io.File getRoot(); public void delete(); private boolean tryDelete(); private boolean recursiveDelete(java.io.File); } org/junit/rules/TemporaryFolder$Builder.class package org.junit.rules; public synchronized class TemporaryFolder$Builder { private java.io.File parentFolder; private...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  3. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// The mode defines the action the controller will take when a pod is detected as broken.
    	// If deletePods is true, the controller will delete the broken pod. The pod will then be rescheduled, hopefully onto a node that is fully ready.
    	// Note this gives the DaemonSet a relatively high privilege, as it can delete any Pod.
    	DeletePods bool `protobuf:"varint,7,opt,name=deletePods,proto3" json:"deletePods,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  4. ChangeLog.md

    - [`KT-62803`](https://youtrack.jetbrains.com/issue/KT-62803) Konanc has print statement "Produced library API in..." that should be deleted or properly logged at INFO level
    - [`KT-61248`](https://youtrack.jetbrains.com/issue/KT-61248) [K/N] Extract native manglers out of `backend.native` module
    
    ### Native. Build Infrastructure
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
Back to top