Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 43 for getTokens (0.2 sec)

  1. src/text/scanner/scanner_test.go

    			tok = s.Scan()
    		}
    		line += countNewlines(k.text) + 1 // each token is on a new line
    	}
    	checkTok(t, s, line, tok, EOF, "")
    }
    
    func TestScan(t *testing.T) {
    	testScan(t, GoTokens)
    	testScan(t, GoTokens&^SkipComments)
    }
    
    func TestInvalidExponent(t *testing.T) {
    	const src = "1.5e 1.5E 1e+ 1e- 1.5z"
    	s := new(Scanner).Init(strings.NewReader(src))
    	s.Error = func(s *Scanner, msg string) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 17 03:41:50 UTC 2022
    - 25.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_executor.cc

    //===----------------------------------------------------------------------===//
    
    LogicalResult NextIterationSourceOp::verify() {
      NextIterationSourceOp source = *this;
      Value token = source.getToken();
      if (!token.hasOneUse())
        return source.emitOpError() << "expects a single user for produced token";
      if (!isa<NextIterationSinkOp>(*token.user_begin()))
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 42.7K bytes
    - Viewed (0)
  3. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/consumer/parameters/ConsumerOperationParameters.java

            return buildProgressListener;
        }
    
        public BuildCancellationToken getCancellationToken() {
            return ((CancellationTokenInternal) cancellationToken).getToken();
        }
    
        /**
         * @since 7.6
         */
        public Map<String, ?> getSystemProperties() {
            return systemProperties;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Dec 19 19:46:37 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  4. platforms/core-runtime/daemon-protocol/src/main/java/org/gradle/launcher/daemon/protocol/DaemonMessageSerializer.java

                encoder.writeLong(build.getIdentifier().getMostSignificantBits());
                encoder.writeLong(build.getIdentifier().getLeastSignificantBits());
                encoder.writeBinary(build.getToken());
                encoder.writeLong(build.getStartTime());
                encoder.writeBoolean(build.isInteractive());
                buildActionSerializer.write(encoder, build.getAction());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 19:54:56 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/tfg-to-tfe.cc

        auto source_op = builder.create<tf_executor::NextIterationSourceOp>(
            op->getLoc(), op->getOperand(0).getType());
        builder.create<tf_executor::NextIterationSinkOp>(
            op->getLoc(), source_op.getToken(), /*input=*/op->getOperand(0),
            /*controlInputs=*/new_operands);
        op->replaceAllUsesWith(
            ValueRange({source_op.getOutput(), source_op.getControl()}));
        op->erase();
      });
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 17:58:54 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_executor_ops.td

          $_state.attributes.append(attributes.begin(), attributes.end());
        }]>
       ];
    
      let extraClassDeclaration = [{
        NextIterationSinkOp GetSink() {
          return cast<NextIterationSinkOp>(*getToken().user_begin());
        }
      }];
    
      let assemblyFormat = "`:` type($output) attr-dict";
      let hasCustomAssemblyFormat = 0;
    }
    
    
    def TfExecutor_NextIterationSinkOp : TfExecutor_Op<"NextIteration.Sink",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 23 19:35:12 UTC 2023
    - 22K bytes
    - Viewed (0)
  7. api/except.txt

    pkg testing, func MainStart(testDeps, []InternalTest, []InternalBenchmark, []InternalExample) *M
    pkg testing, func RegisterCover(Cover)
    pkg text/scanner, const GoTokens = 1012
    pkg text/template/parse, type DotNode bool
    pkg text/template/parse, type Node interface { Copy, String, Type }
    pkg unicode, const Version = "10.0.0"
    pkg unicode, const Version = "11.0.0"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:13:30 UTC 2023
    - 34.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

                                               op->getResults());
      }
      if (auto iter_sink = dyn_cast<tf_executor::NextIterationSinkOp>(op)) {
        auto iter_source = cast<tf_executor::NextIterationSourceOp>(
            iter_sink.getToken().getDefiningOp());
        return RefineTypeForPassThroughOperands(
            op, iter_sink.getOperands().drop_front().take_front(),
            iter_source.getResults());
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

            builder_at_begin.create<mlir::tf_executor::NextIterationSourceOp>(
                loc, operands[0].getType(), result.attributes);
        return builder_.create<mlir::tf_executor::NextIterationSinkOp>(
            loc, source_op.getToken(), operands, result.attributes);
      }
      if (node.IsLoopCond()) {
        return builder_.create<mlir::tf_executor::LoopCondOp>(loc, types, operands,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  10. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	return file_pkg_apis_istio_v1alpha1_values_types_proto_rawDescGZIP(), []int{35}
    }
    
    // Deprecated: Marked as deprecated in pkg/apis/istio/v1alpha1/values_types.proto.
    func (x *SDSConfig) GetToken() *structpb.Struct {
    	if x != nil {
    		return x.Token
    	}
    	return nil
    }
    
    // Configuration for secret volume mounts.
    //
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top