Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for pflr (0.04 sec)

  1. tensorflow/compiler/jit/compilability_check_util.h

    // in `fbody` as well as the indices of its constant and resource arguments.
    // `fbody` is owned by `flr`.
    // `constant_arg_indices` and `resource_arg_indices` should be empty vector.
    // They are sorted in ascending order on this function's return.
    Status GetBodyAndConstantsAndResources(FunctionLibraryRuntime* flr,
                                           const NameAttrList& function,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 14.9K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/elf_test.go

    					foundRO := false
    					foundSegs := []*elf.Prog{}
    					for _, p := range elfFile.Progs {
    						if segContainsSec(p, wsro) {
    							foundSegs = append(foundSegs, p)
    							if p.Flags == elf.PF_R {
    								foundRO = true
    							}
    						}
    					}
    					if !foundRO {
    						// Things went off the rails. Write out some
    						// useful information for a human looking at the
    						// test failure.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 10 13:44:07 UTC 2024
    - 16.6K bytes
    - Viewed (0)
Back to top