Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 54 of 54 for moduleB (0.26 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = "Invokes a StableHLO module.";
    
      let description = [{
    This op is used with JAX native serialization in a TensorFlow context with
    stability guarantees.
      }];
    
      let arguments = (ins
        Arg<Variadic<TF_Tensor>, [{A list of `Tensor` with possibly different types to be passed as arguments
    to the `module`. These are the actual arguments and do not include the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    static bool ArgTypesMatchCallee(mlir::Operation *op, OperandRange args,
                                    SymbolRefAttr func) {
      auto module = op->getParentOfType<ModuleOp>();
      auto function =
          dyn_cast_or_null<func::FuncOp>(SymbolTable::lookupSymbolIn(module, func));
      FunctionType function_ty = function.getFunctionType();
    
      for (auto arg_in : llvm::zip(args, function_ty.getInputs())) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

    * Fix OpenAPI/JSON Schema generation for two functions with the same name (in different modules) with the same composite bodies.
        * Composite bodies' IDs are now based on path, not only on route name, as the auto-generated name uses the function names, that can be duplicated in different modules.
        * The same new ID generation applies to response models.
        * This also changes the generated title for those models.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  4. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.internal.classpath.ManifestUtil> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (ManifestUtil.java:0)
    Class <org.gradle.api.internal.classpath.Module> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (Module.java:0)
    Class <org.gradle.api.internal.classpath.ModuleRegistry> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (ModuleRegistry.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top