Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for _Update_ (0.14 sec)

  1. pilot/pkg/model/config.go

    // to be unique in the store.
    //
    // The storage interface presented here assumes that the underlying storage
    // layer supports _Get_ (list), _Update_ (update), _Create_ (create) and
    // _Delete_ semantics but does not guarantee any transactional semantics.
    //
    // _Update_, _Create_, and _Delete_ are mutator operations. These operations
    // are asynchronous, and you might not see the effect immediately (e.g. _Get_
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 08:51:03 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    Bootstrapping can either be used to create a file from the beginning, or also to _update_ an existing file with new information.
    Therefore, it's recommended to always use the same parameters once you started bootstrapping.
    
    The dependency verification file can be generated with the following CLI instructions:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  3. hack/_update-generated-protobuf-dockerized.sh

    Tim Hockin <******@****.***> 1705105403 -0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:32 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  4. hack/_update-generated-proto-bindings-dockerized.sh

    Tim Hockin <******@****.***> 1704583440 -0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:04 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  5. hack/update-codegen.sh

            | xargs -0 rm -f
    
        if kube::protoc::check_protoc >/dev/null; then
          hack/_update-generated-protobuf-dockerized.sh "${apis[@]}"
        else
          kube::log::status "protoc ${PROTOC_VERSION} not found (can install with hack/install-protoc.sh); generating containerized..."
          build/run.sh hack/_update-generated-protobuf-dockerized.sh "${apis[@]}"
        fi
    }
    
    # Deep-copy generation
    #
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 15:15:31 UTC 2024
    - 29.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    }
    ```
    
    This way, the first convolution with 3 feature dimension will be transformed
    to 12 feature dimension, which has better performance on TPU.
    ### `-tf-tpu-update-embedding-enqueue-op-inputs`
    
    _Updates inputs to TPU embedding enqueue ops depending on whether graph is in training mode or in evaluation mode._
    
    Updates inputs to TPU embedding enqueue ops depending on whether graph
    is in training mode or in evaluation mode.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
Back to top