Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for setInput (0.19 sec)

  1. src/main/java/org/codelibs/fess/thumbnail/impl/HtmlTagBasedGenerator.java

            final Iterator<ImageReader> readers = ImageIO.getImageReaders(input);
            if (readers.hasNext()) {
                final ImageReader reader = readers.next();
                try {
                    reader.setInput(input);
                    final ImageReadParam param = reader.getDefaultReadParam();
                    final int width = reader.getWidth(0);
                    final int height = reader.getHeight(0);
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 7.5K bytes
    - Viewed (0)
  2. tensorflow/c/eager/immediate_execution_operation.h

     public:
      virtual void Clear() = 0;
    
      // Returns the inputs of this op.
      virtual absl::Span<ImmediateExecutionTensorHandle* const> GetInputs()
          const = 0;
      virtual Status SetInput(size_t index,
                              ImmediateExecutionTensorHandle* input) = 0;
    
      virtual ImmediateExecutionContext* GetContext() const = 0;
    
      // Following two methods are used to support custom device.
    C
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Mon Sep 26 22:40:32 GMT 2022
    - 3.6K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    void setFeature(String, boolean) throws XmlPullParserExcepti; public boolean getFeature(String); public void setProperty(String, Object) throws XmlPullParserExcepti; public Object getProperty(String); public void setInput(java.io.Reader) throws XmlPullParserExcepti; public void setInput(java.io.InputStream, String) throws XmlPullParserExcepti; public String getInputEncoding(); public void defineEntityReplacem(String, String) throws XmlPullParserExcepti; public int getNamespaceCount(int) throws X...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 164.6K bytes
    - Viewed (0)
  4. maven-core/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    void setFeature(String, boolean) throws XmlPullParserExcepti; public boolean getFeature(String); public void setProperty(String, Object) throws XmlPullParserExcepti; public Object getProperty(String); public void setInput(java.io.Reader) throws XmlPullParserExcepti; public void setInput(java.io.InputStream, String) throws XmlPullParserExcepti; public String getInputEncoding(); public void defineEntityReplacem(String, String) throws XmlPullParserExcepti; public int getNamespaceCount(int) throws X...
    Archive
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Fri Oct 23 23:48:02 GMT 2009
    - 164.6K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    void setFeature(String, boolean) throws XmlPullParserExcepti; public boolean getFeature(String); public void setProperty(String, Object) throws XmlPullParserExcepti; public Object getProperty(String); public void setInput(java.io.Reader) throws XmlPullParserExcepti; public void setInput(java.io.InputStream, String) throws XmlPullParserExcepti; public String getInputEncoding(); public void defineEntityReplacem(String, String) throws XmlPullParserExcepti; public int getNamespaceCount(int) throws X...
    Archive
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 164.6K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    void setFeature(String, boolean) throws XmlPullParserExcepti; public boolean getFeature(String); public void setProperty(String, Object) throws XmlPullParserExcepti; public Object getProperty(String); public void setInput(java.io.Reader) throws XmlPullParserExcepti; public void setInput(java.io.InputStream, String) throws XmlPullParserExcepti; public String getInputEncoding(); public void defineEntityReplacem(String, String) throws XmlPullParserExcepti; public int getNamespaceCount(int) throws X...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 164.6K bytes
    - Viewed (0)
  7. tensorflow/c/c_api_experimental.cc

        if (input_shape.num_dims == InferenceContext::kUnknownRank) {
          c.SetInput(i, c.UnknownShape());
          continue;
        }
        dims.reserve(input_shape.num_dims);
        for (int j = 0; j < input_shape.num_dims; ++j) {
          dims.push_back(c.MakeDim(input_shape.dims[j]));
        }
        c.SetInput(i, c.MakeShape(dims));
      }
    
      // TODO(bgogul): Handle input_tensors_as_shapes.
    C++
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 29.4K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    void setFeature(String, boolean) throws XmlPullParserExcepti; public boolean getFeature(String); public void setProperty(String, Object) throws XmlPullParserExcepti; public Object getProperty(String); public void setInput(java.io.Reader) throws XmlPullParserExcepti; public void setInput(java.io.InputStream, String) throws XmlPullParserExcepti; public String getInputEncoding(); public void defineEntityReplacem(String, String) throws XmlPullParserExcepti; public int getNamespaceCount(int) throws X...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 200.2K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar

    void setFeature(String, boolean) throws XmlPullParserExcepti; public boolean getFeature(String); public void setProperty(String, Object) throws XmlPullParserExcepti; public Object getProperty(String); public void setInput(java.io.Reader) throws XmlPullParserExcepti; public void setInput(java.io.InputStream, String) throws XmlPullParserExcepti; public String getInputEncoding(); public void defineEntityReplacem(String, String) throws XmlPullParserExcepti; public int getNamespaceCount(int) throws X...
    Archive
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 160K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    void setFeature(String, boolean) throws XmlPullParserExcepti; public boolean getFeature(String); public void setProperty(String, Object) throws XmlPullParserExcepti; public Object getProperty(String); public void setInput(java.io.Reader) throws XmlPullParserExcepti; public void setInput(java.io.InputStream, String) throws XmlPullParserExcepti; public String getInputEncoding(); public void defineEntityReplacem(String, String) throws XmlPullParserExcepti; public int getNamespaceCount(int) throws X...
    Archive
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 200.2K bytes
    - Viewed (0)
Back to top