Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GetOutputPath (0.33 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/initialization/transform/BaseInstrumentingArtifactTransform.java

            return getParameters().getAgentSupported().get();
        }
    
        private void doTransform(File input, TransformOutputs outputs, Function<String, String> instrumentedEntryNameMapper) {
            String outputPath = getOutputPath(input, instrumentedEntryNameMapper);
            File output = input.isDirectory() ? outputs.dir(outputPath) : outputs.file(outputPath);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 15 14:22:44 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/debug/debug_test.cc

    using ::testing::IsEmpty;
    using ::testing::Not;
    using namespace tensorflow::debug_test;
    
    class InitPassManagerTest : public testing::Test {
     protected:
      InitPassManagerTest()
          : path_(GetOutputPath()), context_([]() {
              mlir::registerPassManagerCLOptions();
              mlir::DialectRegistry registry;
              registry.insert<mlir::BuiltinDialect>();
              registry.insert<mlir::arith::ArithDialect>();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 11:15:16 UTC 2024
    - 9.7K bytes
    - Viewed (0)
Back to top