Searched refs:CreateDescriptor (Results 1 – 1 of 1) sorted by relevance
27 OwningPtr<Descriptor> CreateDescriptor(const std::vector<SubscriptValue> &shape, in CreateDescriptor() function100 OwningPtr<Descriptor> input{CreateDescriptor<CHAR>({}, {inputRaw})}; in RunAdjustLRTest()243 OwningPtr<Descriptor> x = CreateDescriptor<CHAR>(t.shape, t.x); in RunExtremumTests()244 OwningPtr<Descriptor> y = CreateDescriptor<CHAR>(t.shape, t.y); in RunExtremumTests()287 OwningPtr<Descriptor> x = CreateDescriptor<CHAR>({}, {xRaw}); in RunAllocationTest()288 OwningPtr<Descriptor> y = CreateDescriptor<CHAR>({}, {yRaw}); in RunAllocationTest()401 OwningPtr<Descriptor> input{CreateDescriptor<CHAR>({}, {inputRaw})}; in RunRepeatTest()