/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/ |
H A D | operator.h | 61 struct TORCH_API Operator { struct 64 struct C10Operator final { argument 73 struct JitOnlyOperator final { argument 82 Operator(c10::OperatorHandle opHandle, Operation operation) in Operator() argument 85 Operator( in Operator() function 93 Operator( in Operator() function 109 Operator( in Operator() argument 121 Operator( in Operator() argument 149 [dk](const C10Operator& op) { in getOperationForDispatchKey() argument 166 [](const C10Operator& op) -> const FunctionSchema& { in schema() argument [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/api/ |
H A D | flatbuffer_conversions.cc | 963 TfLiteStatus ParseAbs(const Operator*, ErrorReporter*, BuiltinDataAllocator*, in ParseAbs() 1051 TfLiteStatus ParseAssignVariable(const Operator*, ErrorReporter*, in ParseAssignVariable() 1080 TfLiteStatus ParseBatchToSpaceNd(const Operator*, ErrorReporter*, in ParseBatchToSpaceNd() 1088 TfLiteStatus ParseBroadcastArgs(const Operator*, ErrorReporter*, in ParseBroadcastArgs() 1096 TfLiteStatus ParseBroadcastTo(const Operator*, ErrorReporter*, in ParseBroadcastTo() 1152 TfLiteStatus ParseCeil(const Operator*, ErrorReporter*, BuiltinDataAllocator*, in ParseCeil() 1238 TfLiteStatus ParseCos(const Operator*, ErrorReporter*, BuiltinDataAllocator*, in ParseCos() 1307 TfLiteStatus ParseDequantize(const Operator*, ErrorReporter*, in ParseDequantize() 1330 TfLiteStatus ParseElu(const Operator*, ErrorReporter*, BuiltinDataAllocator*, in ParseElu() 1338 TfLiteStatus ParseEqual(const Operator*, ErrorReporter*, BuiltinDataAllocator*, in ParseEqual() [all …]
|
/aosp_15_r20/external/llvm/utils/PerfectShuffle/ |
H A D | PerfectShuffle.cpp | 104 struct Operator { struct 110 Operator(unsigned short shufflemask, const char *name, unsigned opnum, in Operator() argument 115 ~Operator() { in ~Operator() argument 120 bool isOnlyLHSOperator() const { in isOnlyLHSOperator() argument 124 const char *getName() const { return Name; } in getName() 125 unsigned getCost() const { return Cost; } in getCost() 127 unsigned short getTransformedMask(unsigned short LHSMask, unsigned RHSMask) { in getTransformedMask()
|
/aosp_15_r20/external/rust/android-crates-io/crates/pest/src/ |
D | prec_climber.rs | 118 pub struct Operator<R: RuleType> { struct 121 next: Option<Box<Operator<R>>>, argument 124 impl<R: RuleType> Operator<R> { impl 149 impl<R: RuleType> BitOr for Operator<R> { implementation 253 let Operator { in new() localVariable
|
/aosp_15_r20/build/blueprint/parser/ |
H A D | ast.go | 252 type Operator struct { struct 253 Args [2]Expression 254 Operator rune argument 255 OperatorPos scanner.Position 258 func (x *Operator) Copy() Expression { 265 func (x *Operator) Type() Type { 280 func (x *Operator) Eval(scope *Scope) (Expression, error) { 377 func (x *Operator) PrintfInto(value string) error { 384 func (x *Operator) MarkReferencedVariables(scope *Scope) { 389 func (x *Operator) Pos() scanner.Position { return x.Args[0].Pos() } [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | expr.go | 74 func (check *Checker) op(m opPredicates, x *operand, op syntax.Operator) bool { func 219 func isShift(op syntax.Operator) bool { 223 func isComparison(op syntax.Operator) bool { 477 func (check *Checker) comparison(x, y *operand, op syntax.Operator, switchCase bool) { 638 func (check *Checker) shift(x, y *operand, e syntax.Expr, op syntax.Operator) { 800 func (check *Checker) binary(x *operand, e syntax.Expr, lhs, rhs syntax.Expr, op syntax.Operator) {
|
/aosp_15_r20/external/pytorch/benchmarks/operator_benchmark/ |
H A D | README.md | 195 #### Part 1. Specify Inputs to Operators 222 #### Part 2. Create Tensors and Add Computation 248 #### Part 3. Register Tests With the Benchmark Suite 255 #### Part 4. Run the Registered Tests
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | TemplateName.h | 509 OverloadedOperatorKind Operator; member 532 OverloadedOperatorKind Operator) in DependentTemplateName() 537 OverloadedOperatorKind Operator, in DependentTemplateName() 581 OverloadedOperatorKind Operator) { in Profile()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | TemplateName.h | 509 OverloadedOperatorKind Operator; member 532 OverloadedOperatorKind Operator) in DependentTemplateName() 537 OverloadedOperatorKind Operator, in DependentTemplateName() 581 OverloadedOperatorKind Operator) { in Profile()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | TemplateName.h | 509 OverloadedOperatorKind Operator; member 532 OverloadedOperatorKind Operator) in DependentTemplateName() 537 OverloadedOperatorKind Operator, in DependentTemplateName() 581 OverloadedOperatorKind Operator) { in Profile()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | TemplateName.h | 509 OverloadedOperatorKind Operator; member 532 OverloadedOperatorKind Operator) in DependentTemplateName() 537 OverloadedOperatorKind Operator, in DependentTemplateName() 581 OverloadedOperatorKind Operator) { in Profile()
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | TemplateName.h | 431 OverloadedOperatorKind Operator; member 456 OverloadedOperatorKind Operator) in DependentTemplateName() 461 OverloadedOperatorKind Operator, in DependentTemplateName() 505 OverloadedOperatorKind Operator) { in Profile()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/postscript/ |
H A D | dict.rs | 13 pub enum Operator { enum 71 impl Operator { implementation 150 Operator(Operator), enumerator 319 fn parse_entry(op: Operator, stack: &mut Stack) -> Result<Entry, Error> { in parse_entry()
|
H A D | charstring.rs | 181 operator: Operator, in evaluate_operator() 595 enum Operator { enum 627 impl Operator { impl
|
/aosp_15_r20/external/googleapis/google/firestore/v1beta1/ |
H A D | query.proto | 63 enum Operator { enum 82 enum Operator { enum 169 enum Operator { enum
|
/aosp_15_r20/external/googleapis/google/firestore/v1/ |
H A D | query.proto | 72 enum Operator { enum 97 enum Operator { enum 187 enum Operator { enum
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | 2003-11-18-PtrMemConstantInitializer.cpp | 7 struct Operator { struct 11 Operator opTab[] = { argument
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/enumLiteralsInAnnotatedClass/foo/bar/ |
H A D | BinaryExpr.java | 5 enum Operator { enum 9 Operator(String codeRepresentation) { } in Operator() method in BinaryExpr.Operator
|
/aosp_15_r20/development/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/ |
H A D | QuickSettings.kt | 94 val Operator = ElementKey("QuickSettingsOperator") constant 209 internal fun SceneScope.Operator(modifier: Modifier = Modifier) { in Operator() method
|
/aosp_15_r20/external/icu/libicu/cts_headers/unicode/ |
H A D | messageformat2_data_model.h | 63 class Operator; variable 205 friend class Operator; variable 828 class Operator; variable 1228 Operator() : contents(Reserved()) {} in Operator() function 1246 Operator(const Reserved& r) : contents(r) {} in Operator() function
|
/aosp_15_r20/external/icu/icu4c/source/i18n/unicode/ |
H A D | messageformat2_data_model.h | 63 class Operator; variable 205 friend class Operator; variable 828 class Operator; variable 1228 Operator() : contents(Reserved()) {} in Operator() function 1246 Operator(const Reserved& r) : contents(r) {} in Operator() function
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/ |
H A D | UnaryExpr.java | 52 public enum Operator implements Printable { enum in UnaryExpr 67 Operator(String codeRepresentation, boolean isPostfix) { in Operator() method in UnaryExpr.Operator
|
H A D | AssignExpr.java | 50 public enum Operator implements Printable { enum in AssignExpr 67 Operator(String codeRepresentation) { in Operator() method in AssignExpr.Operator
|
H A D | BinaryExpr.java | 48 public enum Operator implements Printable { enum in BinaryExpr 72 Operator(String codeRepresentation) { in Operator() method in BinaryExpr.Operator
|
/aosp_15_r20/external/googleapis/google/datastore/v1beta3/ |
H A D | query.proto | 171 enum Operator { enum 190 enum Operator { enum
|