Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 135 for t2_test (0.31 sec)

  1. cmd/signature-v4_test.go

    Harshavardhana <******@****.***> 1718317598 -0700
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/test_side_effect_analysis.cc

    #include "tensorflow/compiler/mlir/tensorflow/analysis/side_effect_analysis.h"
    #include "tensorflow/compiler/mlir/tensorflow/ir/tf_ops.h"
    #include "tensorflow/compiler/mlir/tensorflow/utils/error_util.h"
    
    namespace mlir {
    namespace tf_test {
    
    namespace {
    
    struct TestSideEffectAnalysisPass
        : public TF::PerFunctionAggregateAnalysisConsumerPass<
              TestSideEffectAnalysisPass, TF::SideEffectAnalysis> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 19 00:13:50 UTC 2022
    - 3.2K bytes
    - Viewed (0)
  3. src/cmd/internal/test2json/testdata/benchfail.json

    {"Action":"start"}
    {"Action":"output","Test":"BenchmarkFoo","Output":"--- FAIL: BenchmarkFoo\n"}
    {"Action":"output","Test":"BenchmarkFoo","Output":"\tx_test.go:8: My benchmark\n"}
    {"Action":"fail","Test":"BenchmarkFoo"}
    {"Action":"output","Output":"FAIL\n"}
    {"Action":"output","Output":"FAIL\tcommand-line-arguments\t0.008s\n"}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 346 bytes
    - Viewed (0)
  4. cmd/xl-storage-format-v2_test.go

    Klaus Post <******@****.***> 1709920248 +0100
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Mar 08 17:50:48 UTC 2024
    - 36.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/test_passes.h

    #include <memory>
    
    #include "mlir/Dialect/Func/IR/FuncOps.h"  // from @llvm-project
    #include "mlir/IR/BuiltinOps.h"  // from @llvm-project
    #include "mlir/Pass/Pass.h"  // from @llvm-project
    
    namespace mlir {
    namespace tf_test {
    
    // Returns test pass for variable freezing.
    std::unique_ptr<OperationPass<ModuleOp>> CreateFreezeVariableTestPass();
    
    // Test pass for applying TF->TF lowering patterns.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 03 00:21:29 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  6. src/cmd/go/testdata/script/build_test_only.txt

    stderr 'no non-test Go files in'
    
    # Named through a wildcard, the test-only packages should be silently ignored.
    go build m/testonly...
    go install ./testonly...
    
    -- go.mod --
    module m
    
    go 1.16
    -- testonly/t_test.go --
    package testonly
    -- testonly2/t.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 17 13:25:29 UTC 2020
    - 500 bytes
    - Viewed (0)
  7. src/cmd/internal/test2json/testdata/panic.json

    {"Action":"output","Test":"TestPanic","Output":"\t/go/src/runtime/panic.go:679 +0x1b2\n"}
    {"Action":"output","Test":"TestPanic","Output":"command-line-arguments.TestPanic(0xc000092100)\n"}
    {"Action":"output","Test":"TestPanic","Output":"\ta_test.go:6 +0x39\n"}
    {"Action":"output","Test":"TestPanic","Output":"testing.tRunner(0xc000092100, 0x114f500)\n"}
    {"Action":"output","Test":"TestPanic","Output":"\tgo/src/testing/testing.go:909 +0xc9\n"}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 1.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/transforms/test_resource_alias_analysis.cc

    #include "mlir/Transforms/Passes.h"  // from @llvm-project
    #include "tensorflow/compiler/mlir/tensorflow/analysis/resource_alias_analysis.h"
    #include "tensorflow/compiler/mlir/tensorflow/ir/tf_ops.h"
    
    namespace mlir {
    namespace tf_test {
    namespace {
    
    // A pass that annotates each operation with a resource type result with the
    // aliasing values for each such result. Each value is assigned a unique ID, and
    // that ID is used to annotate the operations.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 19 00:13:50 UTC 2022
    - 4.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/init_text_file_to_import_test_pass.cc

    }  // namespace TF
    
    namespace tf_test {
    std::unique_ptr<OperationPass<ModuleOp>> CreateInitTextFileToImportTestPass() {
      return std::make_unique<TF::InitTextFileToImportTestPass>();
    }
    std::unique_ptr<OperationPass<ModuleOp>>
    CreateInitTextFileToImportSavedModelTestPass() {
      return std::make_unique<TF::InitTextFileToImportSavedModelTestPass>();
    }
    }  // namespace tf_test
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 04 09:19:38 UTC 2022
    - 5.5K bytes
    - Viewed (0)
  10. cmd/streaming-signature-v4_test.go

    Harshavardhana <******@****.***> 1618774873 -0700
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 23 18:58:53 UTC 2021
    - 5.7K bytes
    - Viewed (0)
Back to top