Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 973 for multOp (0.13 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/odml_converter/transforms/outline_composites.cc

          half_cst.getLoc(), one_over_root2_val);
    
      auto mul_op = rewriter.create<stablehlo::MulOp>(one_over_root2_cst.getLoc(),
                                                      new_func.getArguments()[0],
                                                      one_over_root2_cst);
      auto erf_op = rewriter.create<chlo::ErfOp>(mul_op.getLoc(), mul_op);
      auto add_op =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 17:58:54 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/samples/readme-templates/multi-common-body.adoc.template

    ${testFrameworkChoice.raw}
    Project name (default: demo):
    ${packageNameChoice.raw}
    
    BUILD SUCCESSFUL
    2 actionable tasks: 2 executed
    ----
    
    The `init` task generates the new project with the following structure:
    
    [source.multi-language-sample,kotlin]
    ----
    ├── gradle // <1>
    │   ├── libs.versions.toml // <2>
    │   └── wrapper
    │       ├── gradle-wrapper.jar
    │       └── gradle-wrapper.properties
    ├── gradlew // <3>
    ├── gradlew.bat // <3>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 08 11:21:22 UTC 2023
    - 14.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/transforms/optimize.cc

        // Match Mul.
        auto mul_op =
            dyn_cast_or_null<TFL::MulOp>(fc_op.getInput().getDefiningOp());
        if (!mul_op) return failure();
        if (mul_op.getFusedActivationFunction() != "NONE") return failure();
    
        // Don't match muls where the multiplier constant is not 1D.
        {
          auto multiplier_shape = mlir::cast<ShapedType>(mul_op.getRhs().getType());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  4. src/net/http/routing_index_test.go

    			if len(got) != 0 {
    				b.Fatalf("got %d conflicts, want 0", len(got))
    			}
    			idx.addPattern(p)
    		}
    		if i == 0 {
    			// Confirm that all the multis ended up where they belong.
    			if g, w := len(idx.multis), nMultis; g != w {
    				b.Fatalf("got %d multis, want %d", g, w)
    			}
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 22:14:00 UTC 2024
    - 4K bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/gateway/testdata/multi-gateway.yaml

    Frank Budinsky <******@****.***> 1697669019 -0400
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 18 22:43:39 UTC 2023
    - 672 bytes
    - Viewed (0)
  6. pkg/kube/inject/testdata/inject/multi-init.yaml

    John Howard <******@****.***> 1565919828 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 16 01:43:48 UTC 2019
    - 667 bytes
    - Viewed (0)
  7. pkg/kube/inject/testdata/inject/hello-multi.yaml

    John Howard <******@****.***> 1565919828 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 16 01:43:48 UTC 2019
    - 1014 bytes
    - Viewed (0)
  8. pkg/kube/inject/testdata/inject/multi-container.yaml

    John Howard <******@****.***> 1597787025 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 18 21:43:45 UTC 2020
    - 397 bytes
    - Viewed (0)
  9. tools/istio-iptables/pkg/builder/testdata/append-multi.golden

    Leonardo Sarra <******@****.***> 1718116194 +0200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 11 14:29:54 UTC 2024
    - 112 bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inject/deploymentconfig-multi.yaml

    John Howard <******@****.***> 1565919828 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 16 01:43:48 UTC 2019
    - 1.1K bytes
    - Viewed (0)
Back to top