Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 135 for t2_test (0.14 sec)

  1. src/cmd/go/testdata/script/list_parse_err.txt

    stderr '^p[/\\]b.go:2:2: expected ''package'', found ''EOF''$'
    ! go list -test ./t
    stderr '^go: can''t load test package: t[/\\]t_test.go:8:1: expected declaration, found ʕ'
    ! go list -test -f '{{range .Imports}}{{.}} {{end}}' ./t
    stderr '^go: can''t load test package: t[/\\]t_test.go:8:1: expected declaration, found ʕ'
    
    # 'go list -e' should report imports, even if some files have parse errors
    # before the import block.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 05 15:42:09 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  2. src/go/build/testdata/doc/c_test.go

    jimmyfrasche <******@****.***> 1519513438 -0800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 07 14:35:52 UTC 2018
    - 12 bytes
    - Viewed (0)
  3. src/go/build/testdata/doc/d_test.go

    jimmyfrasche <******@****.***> 1519513438 -0800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 07 14:35:52 UTC 2018
    - 39 bytes
    - Viewed (0)
  4. test/fixedbugs/issue11053.dir/p_test.go

    Matthew Dempsky <******@****.***> 1648073371 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 24 02:14:15 UTC 2022
    - 828 bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/tf_saved_model_freeze_variables_test_pass.cc

    #include "tensorflow/compiler/mlir/tensorflow/transforms/tf_saved_model_freeze_variables.h"
    #include "tensorflow/compiler/mlir/tensorflow/utils/fake_session.h"
    
    namespace mlir {
    namespace tf_test {
    namespace {
    
    #define GEN_PASS_DEF_FREEZEVARIABLESTESTPASS
    #include "tensorflow/compiler/mlir/tensorflow/transforms/test_passes.h.inc"
    
    struct FreezeVariableTestPass
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 04 09:19:38 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf_test_pass.cc

    #include "tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.h"
    #include "tensorflow/compiler/mlir/tensorflow/transforms/test_passes.h"
    
    namespace mlir {
    namespace tf_test {
    namespace {
    
    #define GEN_PASS_DEF_TESTTENSORFLOWLOWERTFPASS
    #include "tensorflow/compiler/mlir/tensorflow/transforms/test_passes.h.inc"
    
    // Lowers some of the TensorFlow operations that can be represented using other
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 04 09:19:38 UTC 2022
    - 1.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/resource_analyzer_test_pass.cc

    #include "tensorflow/compiler/mlir/tensorflow/ir/tf_ops.h"
    #include "tensorflow/compiler/mlir/tensorflow/transforms/test_passes.h"
    
    namespace mlir {
    namespace tf_test {
    namespace {
    
    #define GEN_PASS_DEF_RESOURCEANALYZERTESTPASS
    #include "tensorflow/compiler/mlir/tensorflow/transforms/test_passes.h.inc"
    
    class ResourceAnalyzerTestPass
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 03 00:21:29 UTC 2023
    - 3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/transforms/initialize_variables_in_session_init_test_pass.cc

    #include "tensorflow/compiler/mlir/tensorflow/transforms/test_passes.h"
    #include "tensorflow/compiler/mlir/tensorflow/utils/fake_session.h"
    
    namespace mlir {
    namespace tf_test {
    namespace {
    
    #define GEN_PASS_DEF_INITIALIZEVARIABLESINSESSIONINITIALIZERPASS
    #include "tensorflow/compiler/mlir/tensorflow/transforms/test_passes.h.inc"
    
    class InitializeVariablesInSessionInitializerPass
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 04 09:19:38 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/test_cluster_ops_by_policy.cc

    #include "mlir/Pass/Pass.h"  // from @llvm-project
    #include "tensorflow/compiler/mlir/tensorflow/transforms/cluster_ops_by_policy.h"
    
    namespace mlir {
    namespace tf_test {
    namespace {
    
    using mlir::TFDevice::ClusteringPolicy;
    using mlir::TFDevice::ClusteringPolicySet;
    using mlir::TFDevice::ValueConstraint;
    using mlir::TFDevice::ValuesConstraintSet;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 04 09:19:38 UTC 2022
    - 3.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/transforms/lift_variables_test_pass.cc

        if (failed(tf_saved_model::LiftVariables(module, /*session=*/nullptr)))
          signalPassFailure();
      }
    };
    
    }  // namespace
    }  // namespace tf_saved_model
    
    namespace tf_test {
    
    std::unique_ptr<OperationPass<ModuleOp>> CreateLiftVariablesTestPass() {
      return std::make_unique<tf_saved_model::LiftVariablesTestPass>();
    }
    
    std::unique_ptr<OperationPass<ModuleOp>>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 04 09:19:38 UTC 2022
    - 2.7K bytes
    - Viewed (0)
Back to top