Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for desert (0.09 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          auto func_ty = func_op.getFunctionType();
          BuildBodyWithCall(rewriter, loc, func, func_ty, region);
        };
    
        // Insert a call to the select function in the select region of the mhlo op.
        insert_call_to(op.getSelect(), &select_and_scatter_op.getSelect());
        // Insert a call to the scatter function in the scatter region of the mhlo
        // op.
        insert_call_to(op.getScatter(), &select_and_scatter_op.getScatter());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssagen/ssa.go

    				break
    			}
    		}
    	}
    	if s.hasOpenDefers &&
    		s.curfn.NumReturns*s.curfn.NumDefers > 15 {
    		// Since we are generating defer calls at every exit for
    		// open-coded defers, skip doing open-coded defers if there are
    		// too many returns (especially if there are multiple defers).
    		// Open-coded defers are most important for improving performance
    		// for smaller functions (which don't have many returns).
    		s.hasOpenDefers = false
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

    * 🔧 Rename label "awaiting review" to "awaiting-review" to simplify search queries. PR [#10343](https://github.com/tiangolo/fastapi/pull/10343) by [@tiangolo](https://github.com/tiangolo).
    * 🔧 Update sponsors, enable Svix (revert #10228). PR [#10253](https://github.com/tiangolo/fastapi/pull/10253) by [@tiangolo](https://github.com/tiangolo).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top