Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for mhlo (0.07 sec)

  1. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

      RewritePatternSet patterns(context);
      mhlo::Tf2XlaTypeConverter converter;
      mhlo::PopulateLegalizeTfWithTf2XlaPatterns("XLA_CPU_JIT", patterns, context,
                                                 converter);
      mhlo::PopulateLegalizeTfPatterns(context, &patterns);
      mlir::odml::PopulateLegalizeHloToTfPatterns(&patterns, context);
      mhlo::GatherOp::getCanonicalizationPatterns(patterns, context);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

            step_marker_location = ""} : (tensor<*xi32>) -> tensor<*xi32>
        return
      }
      func @func(%arg0: tensor<*xi32> {mhlo.sharding = "\01\02\03"}) ->
                (tensor<*xi32> {mhlo.sharding = "\08\01\1A\01\01\22\01\00"}) {
        %0 = "tf.XlaSharding"(%arg0) {_XlaSharding = "\01\02\03", sharding = "\01\02\03"} : (tensor<*xi32>) -> tensor<*xi32>
        %1 = "tf.A"(%0) : (tensor<*xi32>) -> tensor<*xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

            op_state.operands[1] = shape_op;
          }
        }
      }
      if (op_name == "vhlo.reduce_v1" || op_name == "vhlo.reduce_window_v1" ||
          op_name == "vhlo.sort_v1" || op_name == "vhlo.scatter_v1") {
        op_state.addRegion();
      }
      if (op_name == "vhlo.while_v1") {
        op_state.addRegion();
        op_state.addRegion();
      }
    
      llvm::SmallVector<mlir::NamedAttribute, 2> attrs;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

      "  return true;"
      "})">, "all users are AddOp and can fuse with "#op_to_fuse_with#"">;
    
    // TODO(b/294385379): This pattern only appears when we convert
    // from shlo due to differences in broadcasting behavior
    def UndoBroadcastFullyConnectedBiasAdd : Pat<
      (TFL_AddOp $lhs, (Arith_ConstantOp:$const_value $bias), TFL_AF_None),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/mips/asm0.go

    	case 20: /* mov lo/hi,r */
    		a := OP(2, 0) /* mfhi */
    		if p.From.Reg == REG_LO {
    			a = OP(2, 2) /* mflo */
    		}
    		o1 = OP_RRR(a, REGZERO, REGZERO, p.To.Reg)
    
    	case 21: /* mov r,lo/hi */
    		a := OP(2, 1) /* mthi */
    		if p.To.Reg == REG_LO {
    			a = OP(2, 3) /* mtlo */
    		}
    		o1 = OP_RRR(a, REGZERO, p.From.Reg, REGZERO)
    
    	case 22: /* mul r1,r2 [r3]*/
    		if p.To.Reg != obj.REG_NONE {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/BUILD

            "@com_google_absl//absl/status",
            "@com_google_absl//absl/types:span",
            "@local_tsl//tsl/framework:device_id_utils",
            "@local_xla//xla:executable_run_options",
            "@local_xla//xla/hlo/ir:hlo",
            "@local_xla//xla/pjrt:pjrt_client",
            "@local_xla//xla/pjrt:tf_pjrt_client",
            "@local_xla//xla/service:compiler",
            "@local_xla//xla/service:executable",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 61.5K bytes
    - Viewed (0)
  7. pkg/registry/core/pod/strategy_test.go

    					Name:            "test-pod",
    					Namespace:       "test-ns",
    					ResourceVersion: "1",
    					Annotations:     map[string]string{"foo": "bar", "whiz": "pop"},
    					Finalizers:      []string{"milo"},
    				},
    				Spec: api.PodSpec{
    					Containers: []api.Container{
    						{
    							Name:  "container",
    							Image: "newimage",
    						},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 76.2K bytes
    - Viewed (0)
Back to top