Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 658 for terminator (0.15 sec)

  1. tensorflow/compiler/mlir/tf2xla/internal/passes/tpu_cluster_formation.cc

    }
    
    // Collects results and associated types of the cluster that are used outside of
    // the cluster. These results and types are used to create the clusters
    // `tf_device.cluster` and associated terminator. Results that have no uses
    // outside of the cluster (i.e. results of ops in the cluster are only consumed
    // by other ops in the cluster) are pruned.
    llvm::SmallVector<Value, 8> CollectClusterResults(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 39.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/quantization/ir/QuantOps.td

      let results = (outs Variadic<AnyType>:$outputs);
      let regions = (region SizedRegion<1>:$body);
      let hasVerifier = 1;
    }
    
    def quantfork_ReturnOp : quantfork_Op<"return", [Terminator]> {
      let summary = [{
        The `return` operation terminates a quantize region and returns values.
      }];
    
      let arguments = (ins Variadic<AnyTensor>:$results);
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 13 12:46:08 UTC 2022
    - 10.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfrt/ir/mlrt/tf_mlrt_ops.td

      let arguments = (ins
        MlrtPromiseType:$promise,
        MlrtFutureType:$tensor
      );
    
      let assemblyFormat = "operands attr-dict";
    }
    
    def PromiseReturnOp: TensorflowMlrt_Op<"promise_return", [Terminator]> {
      let summary = "Set a tensor in a promise and return from a function with no output";
    
      let description = [{
        Set a tensor in a promise and return from a function with no output.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 20:44:15 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/functional_control_flow_to_cfg.cc

      auto get_else_result = [&](int i) { return call_op->getResult(i); };
      JumpToBlock(loc, get_else_result, merge_block, &builder);
    
      // Now that we have the then and else blocks, replace the terminator of the
      // orig_block with a conditional branch.
      builder.setInsertionPointToEnd(orig_block);
      builder.create<cf::CondBranchOp>(loc, cond_i1, then_block,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jan 13 11:42:59 UTC 2023
    - 12.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/cluster_tf_ops_pass.cc

            value_device = attr.getValue().str();
          }
    
          // If the value is used as an operand of the terminator op, adds it to
          // the result list of function that defines this op.
          if (op->hasTrait<OpTrait::IsTerminator>()) {
            if (llvm::find(defining_func_metadata.results, value) ==
                defining_func_metadata.results.end()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/stablehlo/passes/replace_stablehlo_ops_in_main_function_with_xla_call_module_ops.cc

      LiveOuts liveouts(result_values);
    
      // Copy ops to iterate because we will be modifying the block during
      // iteration. The ordering should be reversed because liveness analysis is a
      // bottom-up analysis. The terminator is not included because the return
      // statement is not included in any subgraph (e.g. XlaCallModuleOp) and is
      // untouched.
      SmallVector<Operation*> reverse_main_func_block_ops;
      SetVector<Operation*> ops_to_add;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 21K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize.cc

                  quantizing_op)) {
            return failure();
          }
    
          // If the op is terminator, not quantizable or any ops from the mlir quant
          // ops dialect, we shouldn't rewrite.
          if (quantizing_op->hasTrait<OpTrait::IsTerminator>()) {
            return failure();
          }
    
          if (!op_quant_scale_spec_getter_(quantizing_op)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 05:52:39 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  8. src/syscall/syscall_bsd.go

    		// Some BSDs include the trailing NUL in the length, whereas
    		// others do not. Work around this by subtracting the leading
    		// family and len. The path is then scanned to see if a NUL
    		// terminator still exists within the length.
    		n := int(pp.Len) - 2 // subtract leading Family, Len
    		for i := 0; i < n; i++ {
    			if pp.Path[i] == 0 {
    				// found early NUL; assume Len included the NUL
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 07 10:34:48 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  9. guava/src/com/google/common/base/Ascii.java

       * Such a sequence is referred to as "text." STX may be used to terminate a sequence of characters
       * started by SOH.
       *
       * @since 8.0
       */
      public static final byte STX = 2;
    
      /**
       * End of Text: A communication control character used to terminate a sequence of characters
       * started with STX and transmitted as an entity.
       *
       * @since 8.0
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jul 19 15:43:07 UTC 2021
    - 21.6K bytes
    - Viewed (0)
  10. src/cmd/internal/dwarf/dwarf.go

    	}
    
    	// Type
    	putattr(ctxt, info, abbrev, DW_FORM_ref_addr, DW_CLS_REFERENCE, 0, v.Type) // DW_AT_type
    
    	// Var has no children => no terminator
    }
    
    func putvar(ctxt Context, s *FnState, v *Var, absfn Sym, fnabbrev, inlIndex int, encbuf []byte) {
    	// The contents of this functions are used to generate putvarAbbrev automatically, see TestPutVarAbbrevGenerator.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 06 15:23:18 UTC 2024
    - 43K bytes
    - Viewed (0)
Back to top