Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for setTyped (0.24 sec)

  1. src/cmd/link/internal/ld/data.go

    	types.SetType(sym.STYPE)
    	types.SetSize(8)
    	ldr.SetAttrSpecial(types.Sym(), false)
    
    	etypes := ldr.CreateSymForUpdate("runtime.etypes", 0)
    	etypes.SetType(sym.SFUNCTAB)
    	ldr.SetAttrSpecial(etypes.Sym(), false)
    
    	if ctxt.HeadType == objabi.Haix {
    		rodata := ldr.CreateSymForUpdate("runtime.rodata", 0)
    		rodata.SetType(sym.SSTRING)
    		rodata.SetSize(8)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (1)
  2. pkg/proxy/ipvs/proxier_test.go

    						IP:       "100.101.102.103",
    						Port:     3001,
    						Protocol: strings.ToLower(string(v1.ProtocolSCTP)),
    						SetType:  utilipset.HashIPPort,
    					},
    					{
    						IP:       "100.101.102.104",
    						Port:     3001,
    						Protocol: strings.ToLower(string(v1.ProtocolSCTP)),
    						SetType:  utilipset.HashIPPort,
    					},
    					{
    						IP:       "100.101.102.105",
    						Port:     3001,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

            cast_op = InsertCast(b, op->getLoc(), result.getType(), result);
            if (!cast_op) return false;
          }
          use.set(Value(cast_op->getResult(0)));
        }
      }
    
      result.setType(new_type);
      if (enqueue_callers)
        EnqueueCallers(result.getDefiningOp()->getParentOfType<func::FuncOp>());
      return true;
    }
    
    bool ShapeInference::RefineResultType(Operation* op, Value result,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

          auto rt = std::get<1>(it);
          if (rt == std::get<0>(it).getType()) continue;
          std::get<0>(it).setType(rt);
          all_equal = false;
        }
        if (!all_equal) {
          function.setType(mlir::FunctionType::get(function.getContext(),
                                                   func_type.getInputs(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/transforms/optimize.cc

            RankedTensorType::Builder(
                mlir::cast<RankedTensorType>(q_op.getResult().getType()))
                .setShape(mlir::cast<ShapedType>(new_bias_type).getShape());
        q_op.getResult().setType(new_q_op_type);
        auto attr = TypeAttr::get(q_op.getResult().getType());
        q_op.setQtypeAttr(attr);
    
        // Update DequantizeOp's output shape
        auto new_dq_op_type =
            RankedTensorType::Builder(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (1)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

      auto shuffled_paddings_op = builder.create<TF::ConstOp>(getLoc(), values);
    
      // Use new paddings.
      setOperand(1, shuffled_paddings_op);
    
      // Change the result type.
      getResult().setType(ShuffleRankedTensorType(getResult().getType(),
                                                  ReversePermutation(permutation))
                              .cast<TensorType>());
    
      return success();
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    artifactId; private String type; private String version; public void ComponentDependency(); public String getArtifactId(); public void setArtifactId(String); public String getGroupId(); public void setGroupId(String); public String getType(); public void setType(String); public String getVersion(); public void setVersion(String); public String toString(); } org/codehaus/plexus/component/repository/ComponentDescriptor.class package org.codehaus.plexus.component.repository; public synchronized class ComponentDescriptor...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 233.3K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    artifactId; private String type; private String version; public void ComponentDependency(); public String getArtifactId(); public void setArtifactId(String); public String getGroupId(); public void setGroupId(String); public String getType(); public void setType(String); public String getVersion(); public void setVersion(String); public String toString(); } org/codehaus/plexus/component/repository/ComponentDescriptor.class package org.codehaus.plexus.component.repository; public synchronized class ComponentDescriptor...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 233.3K bytes
    - Viewed (0)
  9. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    		return r
    	}
    	return t
    }
    
    func (t *Typed) GoString() string {
    	return t.goString(0, "")
    }
    
    func (t *Typed) goString(indent int, field string) string {
    	return fmt.Sprintf("%*s%sTyped:\n%s\n%s", indent, "", field,
    		t.Name.goString(indent+2, "Name: "),
    		t.Type.goString(indent+2, "Type: "))
    }
    
    // Qualified is a name in a scope.
    type Qualified struct {
    	Scope AST
    	Name  AST
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
Back to top