/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
H A D | kernel_support_library.h | 57 void For( in For() function 80 void For( in For() function 110 void For(absl::string_view name, llvm::Value* start, llvm::Value* end, in For() function 135 void For(absl::string_view name, llvm::Value* start, llvm::Value* end, in For() function 156 void For( in For() function 178 void For( in For() function 194 void For( in For() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | matmul_utils.cc | 120 /*static*/ StatusOr<MatrixLayout> MatrixLayout::For(const Shape& shape) { in For() function in xla::gpu::MatrixLayout 162 /*static*/ StatusOr<MatrixLayout> MatrixLayout::For( in For() function in xla::gpu::MatrixLayout 171 /*static*/ StatusOr<MatrixLayout> MatrixLayout::For(const Shape& shape, in For() function in xla::gpu::MatrixLayout 233 /*static*/ StatusOr<GemmConfig> GemmConfig::For( in For() function in xla::gpu::GemmConfig 321 /*static*/ StatusOr<GemmConfig> GemmConfig::For(const HloInstruction* gemm) { in For() function in xla::gpu::GemmConfig 342 /*static*/ StatusOr<GemmConfig> GemmConfig::For(mlir::lmhlo_gpu::GEMMOp op) { in For() function in xla::gpu::GemmConfig 611 /*static*/ StatusOr<MatmulPlan> MatmulPlan::For( in For() function in xla::gpu::cublas_lt::MatmulPlan
|
/aosp_15_r20/external/cronet/net/docs/ |
H A D | life-of-a-feature.md | 237 #### Incubation Is Required 251 #### Introducing New Headers 261 #### Making Additional Requests
|
/aosp_15_r20/external/python/jinja/docs/ |
D | templates.rst | 629 For section in List of Control Structures 706 .. _loop-filtering: 804 For multiple branches, `elif` and `else` can be used like in Python. You can argument
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/ |
H A D | tree_views.h | 561 struct For : public Stmt { struct 562 explicit For(const TreeRef& tree) : Stmt(tree) { in For() argument 574 static For create( in create() argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/types/objectpath/ |
D | objectpath.go | 119 func For(obj types.Object) (Path, error) { func 172 func (enc *Encoder) For(obj types.Object) (Path, error) { func
|
/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/ |
H A D | SourceFilesTest.java | 48 private static final class For {} class in SourceFilesTest
|
/aosp_15_r20/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
H A D | token.ml | 19 | For | In Constructor
|
H A D | ast.ml | 23 | For of string * expr * expr * expr option * expr Constructor
|
/aosp_15_r20/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
H A D | token.ml | 19 | For | In Constructor
|
H A D | ast.ml | 26 | For of string * expr * expr * expr option * expr Constructor
|
/aosp_15_r20/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
H A D | token.ml | 19 | For | In Constructor
|
H A D | ast.ml | 26 | For of string * expr * expr * expr option * expr Constructor
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | ir_verifier.h | 27 class For; variable
|
H A D | loopnest.h | 19 class For; variable
|
H A D | stmt.h | 738 For(VarPtr var, ExprPtr start, ExprPtr stop, StmtPtr body) in For() function 748 For(VarPtr var, in For() function
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/contrib/ |
H A D | For.java | 45 public class For extends Foreach class
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/load/ |
D | flag.go | 88 func (f *PerPackageFlag) For(p *Package) []string { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/importer/ |
D | importer.go | 76 func For(compiler string, lookup Lookup) types.Importer { func
|
/aosp_15_r20/external/angle/src/tests/compiler_tests/ |
H A D | SimplifyLoopConditions_test.cpp | 32 TEST_F(SimplifyLoopConditionsTest, For) in TEST_F() argument
|
/aosp_15_r20/build/soong/android/ |
H A D | gen_notice.go | 90 For []string member
|
/aosp_15_r20/external/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersTraversalTest.cpp | 983 TEST(For, ForLoopInternals) { in TEST() argument 990 TEST(For, ForRangeLoopInternals) { in TEST() argument 998 TEST(For, NegativeForLoopInternals) { in TEST() argument
|
/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/ |
H A D | payloads_view.h | 136 static constexpr PayloadsView For(const Vector<internal::Packet>& packets, in For() function
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/ |
H A D | ir_views.h | 115 enum LoopType { While, For, ModifiedLoop }; enumerator
|
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/ |
H A D | test_ir_verifier.cpp | 127 TEST(IRVerifier, For) { in TEST() argument
|