Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 48 of 48 for Squeeze (0.26 sec)

  1. RELEASE.md

        *   `parallel_for`: Add converters for `OneHot`, `LowerBound`, `UpperBound`.
        *   `parallel_for`: add converter for `BroadcastTo`.
        *   Add `pfor` converter for `Squeeze`.
        *   Add `RaggedTensor.placeholder()`.
        *   Add ragged tensor support to `tf.squeeze`.
        *   Update RaggedTensors to support int32 row_splits.
        *   Allow `LinearOperator.solve` to take a `LinearOperator`.
    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. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    beginning to grow larger again, and she thought at first she
    would get up and leave the court; but on second thoughts she
    decided to remain where she was as long as there was room for
    her.
    
      `I wish you wouldn't squeeze so.' said the Dormouse, who was
    sitting next to her.  `I can hardly breathe.'
    
      `I can't help it,' said Alice very meekly:  `I'm growing.'
    
      `You've no right to grow here,' said the Dormouse.
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  3. src/vendor/golang.org/x/crypto/sha3/sha3_s390x.go

    		n := len(b)
    		if len(b) > cap(s.buf)-len(s.buf) {
    			n = cap(s.buf) - len(s.buf)
    		}
    		s.copyIntoBuf(b[:n])
    		b = b[n:]
    	}
    	return length, nil
    }
    
    // Read squeezes an arbitrary number of bytes from the sponge.
    func (s *asmState) Read(out []byte) (n int, err error) {
    	// The 'compute last message digest' instruction only stores the digest
    	// at the first operand (dst) for SHAKE functions.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/tests/keras_imagenet_main_graph_mode.pbtxt

          type: DT_FLOAT
        }
      }
      attr {
        key: "Tshape"
        value {
          type: DT_INT32
        }
      }
    }
    node {
      name: "metrics_2/sparse_categorical_accuracy/Squeeze"
      op: "Squeeze"
      input: "_identity_activation_49_target_1_0"
      device: "/job:localhost/replica:0/task:0/device:GPU:0"
      attr {
        key: "T"
        value {
          type: DT_FLOAT
        }
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 30 02:52:54 UTC 2019
    - 1.1M bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/tests/keras_imagenet_main.pbtxt

      attr {
        key: "dtype"
        value {
          type: DT_FLOAT
        }
      }
    }
    node {
      name: "metrics_2/sparse_categorical_accuracy/Squeeze"
      op: "Squeeze"
      input: "activation_49_target_1"
      device: "/job:localhost/replica:0/task:0/device:GPU:0"
      attr {
        key: "T"
        value {
          type: DT_FLOAT
        }
      }
      attr {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 30 02:52:54 UTC 2019
    - 1.3M bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/schema/schema_generated.h

    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  7. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    opposition to transmit the magnetick Effluvia, and easily to admit Quicksilver into its Pores, and to let Water pass through it. For a concave Sphere of Gold filled with Water, and solder'd up, has, upon pressing the Sphere with great force, let the Water squeeze through it, and stand all over its outside in multitudes of small Drops, like Dew, without bursting or cracking the Body of the Gold, as I have been inform'd by an Eye witness. From all which we may conclude, that Gold has more Pores than solid parts,...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  8. src/testdata/Isaac.Newton-Opticks.txt

    Effluvia, and easily to admit Quicksilver into its Pores, and to let
    Water pass through it. For a concave Sphere of Gold filled with Water,
    and solder'd up, has, upon pressing the Sphere with great force, let the
    Water squeeze through it, and stand all over its outside in multitudes
    of small Drops, like Dew, without bursting or cracking the Body of the
    Gold, as I have been inform'd by an Eye witness. From all which we may
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
Back to top