Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for has_boolean (0.15 sec)

  1. tensorflow/cc/saved_model/fingerprinting_utils.cc

                    matches += 1;
                  }
                  break;
                case ::tensorflow::proto_splitter::FieldIndex::MapKey::TypeCase::
                    kBoolean:
                  if (chunked_key.has_boolean() &&
                      chunked_key.boolean() == key.boolean()) {
                    matches += 1;
                  }
                  break;
                case ::tensorflow::proto_splitter::FieldIndex::MapKey::TypeCase::
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 20 22:19:55 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/api/internal/tasks/userinput/UserInputHandlingIntegrationTest.groovy

                    doLast {
                        println "result = " + result.getOrElse("<default>")
                    }
                }
    
                task askBoolean {
                    def result = handler.askUser { it.askBooleanQuestion("thing?", true) }
                    doLast {
                        println "result = " + result.get()
                    }
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 11:16:24 UTC 2024
    - 13.4K bytes
    - Viewed (0)
Back to top