Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 568 for transformAction (0.22 sec)

  1. tensorflow/compiler/mlir/lite/transforms/tensorlist_patterns.td

    include "mlir/IR/PatternBase.td"
    include "mlir/Dialect/Func/IR/FuncOps.td"
    include "tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td"
    
    //===----------------------------------------------------------------------===//
    // TensorList transformation patterns.
    // Note that the pattern below rewrites `TensorList` tensors  (which has type DT_VARIANT)
    // into regular tensors. We also assume that each element in the `TensorList` has
    // a same constant shape.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 16 23:20:46 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  2. platforms/software/platform-base/src/main/java/org/gradle/language/base/internal/registry/LanguageTransform.java

    import org.gradle.language.base.internal.SourceTransformTaskConfig;
    import org.gradle.platform.base.BinarySpec;
    import org.gradle.platform.base.TransformationFileType;
    
    import java.util.Map;
    
    /**
     * A registered language transformation.
     */
    public interface LanguageTransform<U extends LanguageSourceSet, V extends TransformationFileType> {
        /**
         * The language name.
         */
        String getLanguageName();
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/reducer/tf_mlir_reduce_patterns.td

    include "mlir/IR/OpBase.td"
    include "mlir/IR/PatternBase.td"
    include "tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td"
    
    // Note that this may not be a valid transformation for general tensorflow
    // program, but from the perspective of mlir-reduce, it's worth to give it a try
    // because the validity will be checked separately by the tester.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 27 15:27:03 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  4. maven-core/src/main/java/org/apache/maven/internal/transformation/ConsumerPomArtifactTransformer.java

     * KIND, either express or implied.  See the License for the
     * specific language governing permissions and limitations
     * under the License.
     */
    package org.apache.maven.internal.transformation;
    
    import java.io.IOException;
    
    import org.apache.maven.project.MavenProject;
    import org.eclipse.aether.RepositorySystemSession;
    import org.eclipse.aether.deployment.DeployRequest;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Nov 28 17:17:10 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/README.md

    # The new MLIR based TensorFlow to TensorFlow Lite converter
    
    This directory contains:
    
    1.  [MLIR](https://github.com/llvm/llvm-project/tree/main/mlir) dialects,
        transformation passes and utilities for TensorFlow Lite.
    
    ## API:
    
    The API for converting TensorFlow models to TensorFlow Lite will be through
    `tf.lite.TFLiteConverter`. All the conversion code is open sourced, and
    the API will be integrated soon.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Oct 29 11:30:32 UTC 2021
    - 1.5K bytes
    - Viewed (0)
  6. maven-core/src/main/java/org/apache/maven/internal/transformation/impl/ConsumerPomBuilder.java

     * KIND, either express or implied.  See the License for the
     * specific language governing permissions and limitations
     * under the License.
     */
    package org.apache.maven.internal.transformation.impl;
    
    import javax.xml.stream.XMLStreamException;
    
    import java.io.IOException;
    import java.nio.file.Path;
    
    import org.apache.maven.api.model.Model;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Jan 10 12:55:54 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  7. subprojects/core/src/main/java/org/gradle/initialization/exception/ExceptionAnalyser.java

    public interface ExceptionAnalyser {
        /**
         * Transforms the given build failure to add context where relevant and to remove unnecessary noise.
         *
         * <p>Note that the argument may be mutated as part of the transformation, for example its causes or stack trace may be changed.</p>
         */
        RuntimeException transform(Throwable failure);
    
        /**
         * Transforms and combines the given failures into a single build failure.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/stablehlo/cc/pre_calibration.h

    #include "tensorflow/compiler/mlir/quantization/tensorflow/quantization_options.pb.h"
    
    namespace mlir::quant::stablehlo {
    
    // Performs pre-calibration graph transformation as part of post-training
    // static-range quantization.
    
    // The resulting `ModuleOp` contains `TF::CustomAggregatorOp`s for collecting
    // quantization statistics, along with `TF::XlaCallModuleOp`s that correspond to
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 11 19:29:56 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  9. maven-core/src/main/java/org/apache/maven/internal/transformation/impl/DefaultConsumerPomArtifactTransformer.java

     * KIND, either express or implied.  See the License for the
     * specific language governing permissions and limitations
     * under the License.
     */
    package org.apache.maven.internal.transformation.impl;
    
    import javax.inject.Inject;
    import javax.inject.Named;
    import javax.inject.Singleton;
    import javax.xml.stream.XMLStreamException;
    
    import java.io.IOException;
    import java.io.Writer;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Jan 10 12:55:54 UTC 2024
    - 8K bytes
    - Viewed (0)
  10. maven-core/src/main/java/org/apache/maven/internal/aether/MavenDeployer.java

     * under the License.
     */
    package org.apache.maven.internal.aether;
    
    import javax.inject.Inject;
    import javax.inject.Named;
    import javax.inject.Singleton;
    
    import org.apache.maven.internal.transformation.ConsumerPomArtifactTransformer;
    import org.eclipse.aether.RepositorySystemSession;
    import org.eclipse.aether.deployment.DeployRequest;
    import org.eclipse.aether.deployment.DeployResult;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Jan 25 10:27:00 UTC 2023
    - 2.1K bytes
    - Viewed (0)
Back to top