Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for baddynamic (0.11 sec)

  1. src/cmd/go/internal/work/security.go

    	// linker arguments through one of these.
    	re(`-Wl,--(no-)?allow-multiple-definition`),
    	re(`-Wl,--(no-)?allow-shlib-undefined`),
    	re(`-Wl,--(no-)?as-needed`),
    	re(`-Wl,-Bdynamic`),
    	re(`-Wl,-berok`),
    	re(`-Wl,-Bstatic`),
    	re(`-Wl,-Bsymbolic-functions`),
    	re(`-Wl,-O[0-9]+`),
    	re(`-Wl,-d[ny]`),
    	re(`-Wl,--disable-new-dtags`),
    	re(`-Wl,-e[=,][a-zA-Z0-9]+`),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:47:34 UTC 2024
    - 10K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

          lookup_tensor = sess.graph.get_tensor_by_name(lookup_tensor_name)
    
          lookup_val = sess.run(
              lookup_tensor,
              feed_dict={
                  input_tensor: np.array([b'dynamic', b'quantization', b'range'])
              },
          )
    
          # "dynamic" is not in the table: -1 (default value)
          self.assertAllClose(lookup_val, [-1.0, 2.0, 1.0])
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
Back to top