Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for appendPath (0.06 seconds)

  1. compat/maven-model-builder/src/main/java/org/apache/maven/model/inheritance/DefaultInheritanceAssembler.java

                Object childDirectory = context.get(CHILD_DIRECTORY);
                Object childPathAdjustment = context.get(CHILD_PATH_ADJUSTMENT);
    
                if (StringUtils.isBlank(parentUrl)
                        || childDirectory == null
                        || childPathAdjustment == null
                        || !appendPath) {
                    return parentUrl;
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Wed Jul 23 17:27:08 GMT 2025
    - 13.4K bytes
    - Click Count (0)
  2. tensorflow/c/c_api_function_test.cc

      tensorflow::FunctionDef fdef;
      ASSERT_TRUE(GetFunctionDef(func_, &fdef));
      ASSERT_EQ(std::string("long_func_name"), fdef.signature().name());
    }
    
    TEST_F(CApiFunctionTest, AppendHash) {
      DefineFunction("func_name_base", &func_, "Return something",
                     /*append_hash=*/true);
      tensorflow::FunctionDef fdef;
      ASSERT_TRUE(GetFunctionDef(func_, &fdef));
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Wed Jan 07 04:56:09 GMT 2026
    - 63.9K bytes
    - Click Count (1)
Back to Top