Home
last modified time | relevance | path

Searched defs:LayerNormOptions (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/options/
H A Dnormalization.h18 struct TORCH_API LayerNormOptions { struct
/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/options/
H A Dnormalization.cpp6 LayerNormOptions::LayerNormOptions(std::vector<int64_t> normalized_shape) in LayerNormOptions() function in torch::nn::LayerNormOptions