Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 127 for nodeType (0.34 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/quantization_patterns.cc

          inputs.reserve(op_with_region->getNumOperands());
          for (Value operand : op_with_region->getOperands()) {
            const Type operand_type = operand.getType();
            if (mlir::isa<NoneType>(operand_type)) {
              inputs.push_back(operand);
              continue;
            }
    
            const Type element_type =
                mlir::cast<TensorType>(operand.getType()).getElementType();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 06:04:36 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_utils.h

          SmallVector<Value, 4> inputs;
          inputs.reserve(quantizing_op->getNumOperands());
          for (auto operand : quantizing_op->getOperands()) {
            Type operand_type = operand.getType();
            if (operand_type.isa<NoneType>()) {
              inputs.push_back(operand);
              continue;
            }
    
            auto ele_type = operand.getType().cast<TensorType>().getElementType();
            if (static_cast<const ConcreteT*>(this)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  3. api/go1.12.txt

    pkg math/bits, func Sub64(uint64, uint64, uint64) (uint64, uint64)
    pkg net/http, const StatusTooEarly = 425
    pkg net/http, const StatusTooEarly ideal-int
    pkg net/http, method (*Client) CloseIdleConnections()
    pkg os, const ModeType = 2401763328
    pkg os, func UserHomeDir() (string, error)
    pkg os, method (*File) SyscallConn() (syscall.RawConn, error)
    pkg os, method (*ProcessState) ExitCode() int
    pkg os/exec, method (ExitError) ExitCode() int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 02 21:21:53 UTC 2019
    - 13.5K bytes
    - Viewed (0)
  4. cluster/gce/util.sh

      build-kubelet-config false "windows" "${KUBE_TEMP}/windows-node-kubelet-config.yaml"
    }
    
    function build-linux-node-labels {
      local node_type=$1
      local node_labels=""
      if [[ "${KUBE_PROXY_DAEMONSET:-}" == "true" && "${node_type}" != "master" ]]; then
        # Add kube-proxy daemonset label to node to avoid situation during cluster
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  5. tensorflow/cc/experimental/libtf/value.h

    TF_UNION_ACCESS_INSTANCE(impl::String, s);
    TF_UNION_ACCESS_INSTANCE(impl::TaggedValueTensor, tensor);
    TF_UNION_ACCESS_INSTANCE(impl::TensorSpec, tensor_spec);
    #undef TF_UNION_ACCESS_INSTANCE
    
    /// The union accessor for `NoneType`.
    template <>
    struct TaggedValue::UnionAccess<impl::None> {
      static impl::None& unsafe_reference(TaggedValue& t) {
        return None::GetInstance();
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 05:23:45 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  6. src/go/internal/gcimporter/ureader.go

    	if prev := *where; prev != nil {
    		return prev
    	}
    
    	*where = typ
    	return typ
    }
    
    func (r *reader) doTyp() (res types.Type) {
    	switch tag := pkgbits.CodeType(r.Code(pkgbits.SyncType)); tag {
    	default:
    		errorf("unhandled type tag: %v", tag)
    		panic("unreachable")
    
    	case pkgbits.TypeBasic:
    		return types.Typ[r.Len()]
    
    	case pkgbits.TypeNamed:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  7. src/os/os_windows_test.go

    	}
    	if tp := lfi.Mode().Type(); tp != fs.ModeIrregular {
    		// A reparse point is not a regular file, but we don't have a more appropriate
    		// ModeType bit for it, so it should be marked as irregular.
    		t.Errorf("%q should not be a an irregular file (mode=0x%x)", pythonPath, uint32(tp))
    	}
    
    	if sfi.Name() != pythonExeName {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/experimental/tac/transforms/device_transform_patterns.cc

    }
    
    LogicalResult EnsureBias(Operation* op, int bias_idx,
                             PatternRewriter& rewriter) {
      auto bias = op->getOperand(bias_idx);
    
      if (!mlir::isa<NoneType>(bias.getType())) return failure();
    
      // Proceed to create a zero bias.
      auto output = op->getResult(0);
      auto output_type = mlir::dyn_cast_or_null<RankedTensorType>(output.getType());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 25.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      // on failure.
      auto build_tensor_and_buffer = [&](Value value, const int subgraph_index,
                                         const std::string& tensor_name) {
        // NoneType represents optional and may be skipped here.
        if (mlir::isa<NoneType>(value.getType())) {
          return true;
        }
    
        tensor_index_map.insert({value, tensors.size()});
        tensor_index_map_[subgraph_index][tensor_name] = tensors.size();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  10. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    racterData:!0,subtree:!0,childList:!0})}new MutationObserver(async i=>{let e=!1;if(!iu){iu=new MutationObserver(async()=>await nu(!0));for(let t of document.querySelectorAll(`style[type="${tu}"]`))yb(t)}for(let t of i)for(let r of t.addedNodes)r.nodeType===1&&r.tagName==="STYLE"&&r.getAttribute("type")===tu&&(yb(r),e=!0);await nu(e)}).observe(document.documentElement,{attributes:!0,attributeFilter:["class"],childList:!0,subtree:!0});async function nu(i=!1){i&&(hb++,ru.clear());let e="";for(let r...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
Back to top