Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Merino (0.81 sec)

  1. Makefile.core.mk

    $(TARGET_OUT)/istio_is_init: bin/init.sh istio.deps | $(TARGET_OUT)
    	@# Add a retry, as occasionally we see transient connection failures to GCS
    	@# Like `curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104`
    	TARGET_OUT=$(TARGET_OUT) ISTIO_BIN=$(ISTIO_BIN) GOOS_LOCAL=$(GOOS_LOCAL) bin/retry.sh SSL_ERROR_SYSCALL bin/init.sh
    	touch $(TARGET_OUT)/istio_is_init
    
    .PHONY: init-ztunnel-rs
    init-ztunnel-rs:
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Fri Apr 26 19:45:17 GMT 2024
    - 22.5K bytes
    - Viewed (0)
  2. RELEASE.md

    *   NNAPI
        *   Set default value for
            `StatefulNnApiDelegate::Options::max_number_delegated_partitions` to 3.
        *   Add capability to disable `NNAPI` CPU and check `NNAPI` Errno.
        *   Fix crashes when using `NNAPI` with target accelerator specified with
            model containing Conv2d or FullyConnected or LSTM nodes with quantized
            weights.
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top