Searched defs:weightsDecoder (Results 1 – 3 of 3) sorted by relevance
51 …std::unique_ptr<Decoder<float>> weightsDecoder = MakeDecoder<float>(GetTensorInfo(inputs[1]), inpu… in Execute() local
55 …std::unique_ptr<Decoder<float>> weightsDecoder = MakeDecoder<float>(GetTensorInfo(inputs[1]), inpu… in Execute() local
21 Decoder<float>& weightsDecoder, in TransposeConvolution2dImpl()