Home | History | Annotate | Download | only in kernels

Lines Matching defs:components

71 // The op has 1 + k inputs, where k is the number of components in the
98 OpInputList components;
99 OP_REQUIRES_OK_ASYNC(ctx, ctx->input_list("components", &components),
101 for (const Tensor& Tcomponent : components) {
120 // The op has 1 + k inputs, where k is the number of components in the
127 // N.B. All tuple components must have the same size in the 0th
150 OpInputList components;
151 OP_REQUIRES_OK_ASYNC(ctx, ctx->input_list("components", &components),
153 for (const Tensor& Tcomponent : components) {
176 // Queue. The op has k outputs, where k is the number of components in
204 ctx, ctx->output_list("components", &output_components), callback);
229 // The op has k outputs, where k is the number of components in the
269 ctx, ctx->output_list("components", &output_components),
309 // The op has k outputs, where k is the number of components in the
355 ctx, ctx->output_list("components", &output_components),