Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for evalTo (0.76 sec)

  1. cmd/testdata/xl-many-parts.meta

    XL2 ��;�$����,�J8���!;o���|>���e���������Type�V2Obj��ID���,�J8���!;o���DDir��z���Jj���i�[�EcAlgo�EcM�EcN�EcBSize��EcIndex�EcDist�	
    L2:
    �CSumAlgo�PartNums�#8	
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Sep 02 21:40:38 UTC 2023
    - 808.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"ToolDir", Var, 0},
    	},
    	"go/build/constraint": {
    		{"(*AndExpr).Eval", Method, 16},
    		{"(*AndExpr).String", Method, 16},
    		{"(*NotExpr).Eval", Method, 16},
    		{"(*NotExpr).String", Method, 16},
    		{"(*OrExpr).Eval", Method, 16},
    		{"(*OrExpr).String", Method, 16},
    		{"(*SyntaxError).Error", Method, 16},
    		{"(*TagExpr).Eval", Method, 16},
    		{"(*TagExpr).String", Method, 16},
    		{"AndExpr", Type, 16},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. RELEASE.md

            to store weights, allowing a dramatic speedup for large sparse models.
        *   Enable the Keras compile API `experimental_run_tf_function` flag by
            default. This flag enables single training/eval/predict execution path.
            With this 1. All input types are converted to `Dataset`. 2. When
            distribution strategy is not specified this goes through the no-op
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    Usage:
      ```python
      import tensorflow as tf
      a = [1, 10, 26.9, 2.8, 166.32, 62.3]
      b = tf.math.argmax(input = a)
      c = tf.keras.backend.eval(b)
      # c = 4
      # here a[4] = 166.32 which is the largest element of a across axis 0
      ```
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top