Searched defs:input_md (Results 1 – 6 of 6) sorted by relevance
103 memory::desc input_md = memory::desc(dims_mkl_order, MklDnnType<qint32>(), in Compute() local
414 auto input_md = input_mkl_shape.GetMklLayout(); in ComputeMklSlice() local427 auto input_md = in ComputeMklSlice() local
97 memory::desc input_md = dnn_shape_input.IsMklTensor() in Compute() local
106 memory::desc input_md = in Compute() local
615 memory::desc input_md = in ConfigureInput() local
115 #define SKIP_INPUT_REORDER(input_mkl_shape, input_md) \ argument