Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 108 for asmand (0.19 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/derived_shape_attr.mlir

    // CHECK: size: 10
    
    func.func @main() {
      tf_executor.graph {
        %0:2 = tf_executor.island wraps "tf.Const"() {dtype = "tfdtype$DT_INT32", value = dense<0> : tensor<10xi32>} : () -> tensor<10xi32>
        %1:2 = tf_executor.island wraps "tf.Const"() {dtype = "tfdtype$DT_INT32", value = dense<0> : tensor<i32>} : () -> tensor<i32>
        %2:2 = tf_executor.island wraps "tf.PlaceholderWithDefault"(%1#0) {type = i32} : (tensor<i32>) -> tensor<*xi32> loc("unranked")
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 1.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/tests/call_xla_module_to_stablehlo.mlir

        %0 = tf_executor.graph {
          %outputs, %control = tf_executor.island wraps "tf.Identity"(%arg0) {device = ""} : (tensor<2x3xi32>) -> tensor<2x3xi32>
          %outputs_0, %control_1 = tf_executor.island wraps "tf.XlaSharding"(%outputs) {_XlaSharding = "", device = "", sharding = "", unspecified_dims = []} : (tensor<2x3xi32>) -> tensor<2x3xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 31 21:25:51 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_island_inlining/executor_tpuv1_inline_tpu_island.mlir

    // RUN: tf-opt %s -tf-executor-tpu-v1-island-inlining | FileCheck %s
    
    // Check that the nested module is inlined and erased.
    
    module {
    // CHECK-LABEL: func @func0
      func.func @func0(%arg0: tensor<i1>) -> tensor<f32> {
        %0 = tf_executor.graph {
    // CHECK-NOT: PartitionedCall
    // CHECK: "tf.opA"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 25 11:03:04 UTC 2022
    - 2.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/utils/verify_suitable_for_graph_export.cc

          return mlir::WalkResult::interrupt();
        }
    
        for (mlir::Operation& op : graph.GetBody()) {
          auto island = llvm::dyn_cast<mlir::tf_executor::IslandOp>(op);
          if (!island) continue;
    
          if (!island.WrapsSingleOp()) {
            island.emitError(kInvalidExecutorGraphMsg)
                << "tf_executor.island must perfectly wrap a single op";
            return mlir::WalkResult::interrupt();
          }
        }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 30 02:12:49 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/replica_id_to_device_ordinal.mlir

      func.func @device_ordinal_attr_added_multiple_devices() {
        tf_executor.graph {
          %0 = tf_executor.island {
            "tf_device.launch"() ({
              %1 = "tf.opA"() : () -> tensor<!tf_type.string>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 4.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfrt/tests/batch_function_fallback_resource_variable_as_captured_tensor.mlir

        %0 = tf_executor.graph {
          %outputs_0, %control_0 = tf_executor.island wraps "tf.VarHandleOp"() {container = "", shared_name = ""} : () -> tensor<!tf_type.resource<tensor<501000x128xf32>>>
          %outputs_1, %control_1 = tf_executor.island wraps "tf.Cast"(%outputs_0) {Truncate = false} : (tensor<!tf_type.resource<tensor<501000x128xf32>>>) -> tensor<*x!tf_type.resource>
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Aug 14 15:35:49 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  7. src/encoding/xml/example_test.go

    		Married   bool
    		Address
    		Comment string `xml:",comment"`
    	}
    
    	v := &Person{Id: 13, FirstName: "John", LastName: "Doe", Age: 42}
    	v.Comment = " Need more details. "
    	v.Address = Address{"Hanga Roa", "Easter Island"}
    
    	output, err := xml.MarshalIndent(v, "  ", "    ")
    	if err != nil {
    		fmt.Printf("error: %v\n", err)
    	}
    
    	os.Stdout.Write(output)
    	// Output:
    	//   <person id="13">
    	//       <name>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 01 23:34:33 UTC 2016
    - 3.7K bytes
    - Viewed (0)
  8. docs/de/docs/tutorial/path-params-numeric-validations.md

    Übergeben Sie der Funktion `*` als ersten Parameter.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 17:59:29 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/utils/attribute_utils.h

    // tf_executor.island {_parallel_execution_ids=r0:0,p0:0} wraps "tf.OpC"
    // tf_executor.island {_parallel_execution_ids=r0:0,p0:1} wraps "tf.OpD"
    // tf_executor.island {_parallel_execution_ids=r0:1} wraps "tf.OpB"
    // tf_executor.island {_parallel_execution_ids=r0:1,p0:0} wraps "tf.OpC"
    // tf_executor.island {_parallel_execution_ids=r0:1,p0:1} wraps "tf.OpD"
    //
    // "tf.OpA" will not have `_parallel_execution_ids` attr,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 19:47:48 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  10. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/execution/KotlinGrammar.kt

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.kotlin.dsl.execution
    
    import org.jetbrains.kotlin.lexer.KtTokens.ANDAND
    import org.jetbrains.kotlin.lexer.KtTokens.ARROW
    import org.jetbrains.kotlin.lexer.KtTokens.AT
    import org.jetbrains.kotlin.lexer.KtTokens.CLASS_KEYWORD
    import org.jetbrains.kotlin.lexer.KtTokens.COLON
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 8.4K bytes
    - Viewed (0)
Back to top