Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 103 for mL (0.05 sec)

  1. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/msvcpp/Assembler.java

            if (pchArgs != null && !pchArgs.isEmpty()) {
                throw new UnsupportedOperationException("Precompiled header arguments cannot be specified for a Assembler compiler.");
            }
            // ml/ml64 have position sensitive arguments,
            // e.g., /Fo must appear before /c and /c must appear before the source file.
    
            return Iterables.concat(outputArgs, genericArgs, sourceArgs);
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/g3doc/dialects.md

    Dialects can define entirely custom types, which is how MLIR can model things
    like the LLVM IR type system (which has first class aggregates), domain
    abstractions important for ML-optimized accelerators like quantized types, and
    even the Swift or Clang type systems (which are built around Swift/Clang
    declaration nodes) in the future.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 21 01:37:38 UTC 2020
    - 1.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/text/language/match.go

    			}
    		}
    	}
    
    	// Add entries for languages with mutual intelligibility as defined by CLDR's
    	// languageMatch data.
    	for _, ml := range matchLang {
    		update(ml.want, ml.have, toConf(ml.distance))
    		if !ml.oneway {
    			update(ml.have, ml.want, toConf(ml.distance))
    		}
    	}
    
    	// Add entries for possible canonicalizations. This is an optimization to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  4. CONTRIBUTING.md

      + Make sure you fill in the earliest version that you know has the issue.
    + Fork the repository on GitHub.
    
    Making and Submitting Changes
    --------------
    
    We accept Pull Requests via GitHub. The [developer mailing list][dev-ml-list] is the
    main channel of communication for contributors.  
    There are some guidelines which will make applying PRs easier for us:
    + Create a topic branch from where you want to base your work (this is usually the master branch).
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 10 09:48:27 UTC 2021
    - 4.7K bytes
    - Viewed (0)
  5. src/strconv/ftoaryu.go

    	if exp <= 0 && bits.TrailingZeros64(mant) >= -exp {
    		mant >>= uint(-exp)
    		ryuDigits(d, mant, mant, mant, true, false)
    		return
    	}
    	ml, mc, mu, e2 := computeBounds(mant, exp, flt)
    	if e2 == 0 {
    		ryuDigits(d, ml, mc, mu, true, false)
    		return
    	}
    	// Find 10^q *larger* than 2^-e2
    	q := mulByLog2Log10(-e2) + 1
    
    	// We are going to multiply by 10^q using 128-bit arithmetic.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 09 00:28:56 UTC 2022
    - 15.7K bytes
    - Viewed (0)
  6. src/internal/coverage/cfile/testsupport.go

    	}
    
    	// Emit meta-data and counter data.
    	ml := rtcov.Meta.List
    	if len(ml) == 0 {
    		// This corresponds to the case where we have a package that
    		// contains test code but no functions (which is fine). In this
    		// case there is no need to emit anything.
    	} else {
    		if err := emitMetaDataToDirectory(dir, ml); err != nil {
    			return err
    		}
    		if err := emitCounterDataToDirectory(dir); err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:57:47 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/xla_call_module_serialization.mlir

        // CHECK-SAME:   dim_args_spec = []
        // CHECK-NOT:    _entry_function
        // CHECK-NOT:    _stablehlo_module_attrs
        // CHECK-SAME:   function_list = [@_tf_func]
        // CHECK-SAME:   module = "ML\EFR{{.*}}"
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 26 03:48:35 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/experimental/tac/transforms/passes.h

        const TacModule* module);
    
    // Create an instance of the RaiseTargetSubgraphsPass. If `skip_raise_cpu_ops`,
    // we skip clustering for CPU ops for better clustering of ops running on other
    // ML accelerators. When `ignore_inference_type` is set to true, the inference
    // types are set to "NOT_CARE" for better clustering.
    std::unique_ptr<OperationPass<ModuleOp>> CreateRaiseTargetSubgraphsPass(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 19 19:32:06 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/xla_call_module_deserialization.mlir

        //    return %arg0 : tensor<?xi32>
        //  }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 02 18:38:51 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  10. docs/en/data/external_links.yml

    you-should-try-7c0ac7eebb3e title: 5 Advanced Features of FastAPI You Should Try - author: Kaustubh Gupta author_link: https://medium.com/@kaustubhgupta1828/ link: https://www.analyticsvidhya.com/blog/2021/06/deploying-ml-models-as-api-using-fastapi-and-heroku/ title: Deploying ML Models as API Using FastAPI and Heroku - link: https://jarmos.netlify.app/posts/using-github-actions-to-deploy-a-fastapi-project-to-heroku/ title: Using GitHub Actions to Deploy a FastAPI Project to Heroku author_link:...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Jun 12 00:47:57 UTC 2024
    - 22K bytes
    - Viewed (0)
Back to top