Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 157 for Tresults (0.39 sec)

  1. src/cmd/compile/internal/types/type.go

    		}
    		return ttup.second.Compare(xtup.second)
    
    	case TRESULTS:
    		xResults := x.extra.(*Results)
    		tResults := t.extra.(*Results)
    		xl, tl := len(xResults.Types), len(tResults.Types)
    		if tl != xl {
    			if tl < xl {
    				return CMPlt
    			}
    			return CMPgt
    		}
    		for i := 0; i < tl; i++ {
    			if c := tResults.Types[i].Compare(xResults.Types[i]); c != CMPeq {
    				return c
    			}
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:29:45 UTC 2024
    - 49.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

        // attribute is not empty, those shapes are used in its shape function
        // as result shapes instead of propagating operand shapes as result shapes.
        // This allows for different result shapes from operand shapes. While these
        // shapes are imported and set as a part of the result type, there is no
        // indicator differentiating between having no output shapes compared to
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  3. tests/query_test.go

    		}
    
    		for idx := range results {
    			results[idx].Name = results[idx].Name + "_new"
    		}
    
    		if err := tx.Save(results).Error; err != nil {
    			t.Fatalf("failed to save users, got error %v", err)
    		}
    
    		return nil
    	}); result.Error != nil || result.RowsAffected != 6 {
    		t.Errorf("Failed to batch find, got error %v, rows affected: %v", result.Error, result.RowsAffected)
    	}
    
    	if totalBatch != 6 {
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed May 08 04:07:58 UTC 2024
    - 49.8K bytes
    - Viewed (0)
  4. pkg/kubelet/eviction/helpers.go

    		}
    		softThresholds[i].GracePeriod = period
    	}
    	results = append(results, softThresholds...)
    	for i := range results {
    		if minReclaim, ok := minReclaims[results[i].Signal]; ok {
    			results[i].MinReclaim = &minReclaim
    		}
    	}
    	for _, key := range allocatableConfig {
    		if key == kubetypes.NodeAllocatableEnforcementKey {
    			results = addAllocatableThresholds(results)
    			break
    		}
    	}
    	return results, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 18:46:33 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    Lastly, we add a `testReport` task that aggregates the test results from the `testResultsDirs` property, which contains all of the binary test results resolved from the `testReportData` configuration.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
  6. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/OutgoingVariantsReportTaskIntegrationTest.groovy

            def sourceMainResourcePath = file('src/main/resources').getRelativePathFromBase()
            def resultsBinPath = file('build/test-results/test/binary').getRelativePathFromBase()
            result.groupedOutput.task(":outgoingVariants").assertOutputContains """--------------------------------------------------
    Variant apiElements
    --------------------------------------------------
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 50K bytes
    - Viewed (0)
  7. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

        }
        if (output_permutation.size() != results_.size()) {
          return errors::InvalidArgument("Output permutation has incorrect size.");
        }
        for (auto& arg : args_by_src_) {
          arg.second = input_permutation[arg.second];
        }
        for (auto& arg : args_by_dst_) {
          arg.second = input_permutation[arg.second];
        }
        for (auto& result : results_) {
          result.second = output_permutation[result.second];
        }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 51K bytes
    - Viewed (0)
  8. tensorflow/c/experimental/filesystem/modular_filesystem_test.cc

    }
    
    TEST_P(ModularFileSystemTest, TestGetMatchingPathsEmptyFileSystem) {
      std::vector<std::string> results;
      Status status = env_->GetMatchingPaths(GetURIForPath("a*"), &results);
      EXPECT_PRED2(UnimplementedOrReturnsCode, status, Code::OK);
      EXPECT_EQ(results.size(), 0);
    }
    
    TEST_P(ModularFileSystemTest, TestGetMatchingPathsEmptyPattern) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 27 20:25:58 UTC 2022
    - 71K bytes
    - Viewed (0)
  9. src/cmd/cgo/out.go

    		} else if len(fntype.Results.List) == 1 && len(fntype.Results.List[0].Names) <= 1 {
    			gccResult = p.cgoType(fntype.Results.List[0].Type).C.String()
    		} else {
    			fmt.Fprintf(fgcch, "\n/* Return type for %s */\n", exp.ExpName)
    			fmt.Fprintf(fgcch, "struct %s_return {\n", exp.ExpName)
    			forFieldList(fntype.Results,
    				func(i int, aname string, atype ast.Expr) {
    					fmt.Fprintf(fgcch, "\t%s r%d;", p.cgoType(atype).C, i)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:10 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  10. maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java

                Model parentModel = result.getModelIds().size() > 1
                                && !result.getModelIds().get(1).isEmpty()
                        ? result.getRawModel(result.getModelIds().get(1)).orElse(null)
                        : null;
    
                if (parentModel != null) {
                    final String parentGroupId = inheritedGroupId(result, 1);
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 16:34:29 UTC 2024
    - 57.1K bytes
    - Viewed (0)
Back to top