Searched defs:sample_shape (Results 1 – 4 of 4) sorted by relevance
74 std::vector<int64_t> sample_shape = inputs.at(kIndex1)->GetShapeVector(); in Resize() local
50 auto sample_shape = input_shapes[1]; in CalMemSize() local
55 auto sample_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(sample_shape_ptr)[kShape]; in RandomGammaGradInferShape() local
193 …tRandomGammaGrad(const std::vector<int64_t> &alpha_shape, const std::vector<int64_t> &sample_shape, in BroadcastRandomGammaGrad()