Searched refs:components_input (Results 1 – 1 of 1) sorted by relevance
74 OpInputList components_input; in Compute() local75 OP_REQUIRES_OK(ctx, ctx->input_list("components", &components_input)); in Compute()76 std::vector<Tensor> components(components_input.begin(), in Compute()77 components_input.end()); in Compute()