Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for addIcons (0.46 sec)

  1. Makefile.core.mk

    gen-charts:
    	@echo "This target is no longer required and will be removed in the future"
    
    gen-addons:
    	manifests/addons/gen.sh
    
    gen: \
    	mod-download-go \
    	go-gen \
    	mirror-licenses \
    	format \
    	update-crds \
    	proto \
    	copy-templates \
    	gen-addons \
    	update-golden ## Update all generated code.
    
    gen-check: gen check-clean-repo
    
    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

    *   `tf.contrib`:
    
        *   `tf.contrib` has been deprecated, and functionality has been either
            migrated to the core TensorFlow API, to an ecosystem project such as
            [tensorflow/addons](https://www.github.com/tensorflow/addons) or
            [tensorflow/io](https://www.github.com/tensorflow/io), or removed
            entirely.
        *   Remove `tf.contrib.timeseries` dependency on TF distributions.
    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