Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for registerAction (0.43 sec)

  1. platforms/core-configuration/model-groovy/src/main/java/org/gradle/model/dsl/internal/TransformedModelDslBacking.java

            } catch (ModelTypeInitializationException e) {
                throw new InvalidModelRuleDeclarationException(descriptor, e);
            }
            registerAction(modelPath, modelType, ModelActionRole.Initialize, modelAction);
        }
    
        private <T> void registerAction(ModelPath modelPath, ModelType<T> viewType, final ModelActionRole role, final DeferredModelAction action) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/experimental/tac/hardwares/nnapi_hardware.cc

    }
    
    #define TAC_REGISTER_NNAPI_OP(Op, Create)                                      \
      TargetHardwareOpRegistration<NNAPIHardware, Op> Op##_NNAPIHardware_hardware( \
          Create);
    
    // Op registeration
    TAC_REGISTER_NNAPI_OP(SquaredDifferenceOp, CreateBasicOpNoCost);
    TAC_REGISTER_NNAPI_OP(ConcatenationOp, CreateConcatOp);
    TAC_REGISTER_NNAPI_OP(ReshapeOp, CreateConcatOp);
    TAC_REGISTER_NNAPI_OP(PackOp, CreateConcatOp);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 06 03:08:33 UTC 2023
    - 3.3K bytes
    - Viewed (0)
Back to top