Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 85 of 85 for lgetfh (0.13 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

      // op. The MapDataset op always has N+1 inputs.
      // TODO(jpienaar): Avoid this lookup.
      auto module = op->getParentOfType<ModuleOp>();
      auto f = module.lookupSymbol<func::FuncOp>(op.getF());
      // Skip if function is not found or more than one caller.
      if (!f || !llvm::hasSingleElement(GetCallers(f))) return false;
      return InferShapeForDatasetOpCommon(op, f, max_iterations);
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  2. src/runtime/asm_amd64.s

    TEXT runtime·retpolineR13(SB),NOSPLIT|NOFRAME,$0; RETPOLINE(13)
    TEXT runtime·retpolineR14(SB),NOSPLIT|NOFRAME,$0; RETPOLINE(14)
    TEXT runtime·retpolineR15(SB),NOSPLIT|NOFRAME,$0; RETPOLINE(15)
    
    TEXT ·getfp<ABIInternal>(SB),NOSPLIT|NOFRAME,$0
    	MOVQ BP, AX
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  3. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    Radius as the lesser of the Sines of Incidence and Refraction hath to the difference of those Sines. And then if in the same Line you find any two Points Q and _q_, so that TQ be to ET as E_t_ to _tq_, taking _tq_ the contrary way from _t_ which TQ lieth from T, and if the Point Q be the Focus of any incident Rays, the Point _q_ shall be the Focus of the refracted ones. [Illustration: FIG. 6.] And by the same means the Focus of the Rays after two or more Reflexions or Refractions may be found. [Illustration:...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  4. src/testdata/Isaac.Newton-Opticks.txt

    the difference of those Sines. And then if in the same Line you find any
    two Points Q and _q_, so that TQ be to ET as E_t_ to _tq_, taking _tq_
    the contrary way from _t_ which TQ lieth from T, and if the Point Q be
    the Focus of any incident Rays, the Point _q_ shall be the Focus of the
    refracted ones.
    
    [Illustration: FIG. 6.]
    
    And by the same means the Focus of the Rays after two or more Reflexions
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let extraClassDeclaration = [{
        // Returns the callee of this operation.
        func::FuncOp func() {
          return SymbolTable::lookupNearestSymbolFrom<func::FuncOp>(*this, getF());
        }
    
        // Erases variable arguments from `batch_func_op`. `erase_indices` contains
        // the indices of the arguments to erase.
        void eraseArguments(const BitVector& erase_indices);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top