Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for logic (0.08 sec)

  1. RELEASE.md

            deprecated and will be removed in a future release.
        *   Metrics update and collection logic in default `Model.train_step()` is
            now customizable via overriding `Model.compute_metrics()`.
        *   Losses computation logic in default `Model.train_step()` is now
            customizable via overriding `Model.compute_loss()`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let description = [{
    A one-shot iterator bundles the logic for defining the dataset and
    the state of the iterator in a single op, which allows simple input
    pipelines to be defined without an additional initialization
    ("MakeIterator") step.
    
    One-shot iterators have the following limitations:
    
    * They do not support parameterization: all logic for creating the underlying
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    			}
    		}
    	}
    }
    
    // This test is a little too top-to-bottom.  Ideally we would test each volume
    // type on its own, but we want to also make sure that the logic works through
    // the one-of wrapper, so we just do it all in one place.
    func TestValidateVolumes(t *testing.T) {
    	validInitiatorName := "iqn.2015-02.example.com:init"
    	invalidInitiatorName := "2015-02.example.com:init"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

                  }
                ],
                "description": "secretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail."
              },
              "sslEnabled": {
                "description": "sslEnabled Flag enable/disable SSL communication with Gateway, default false",
                "type": "boolean"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top