Home | History | Annotate | Download | only in data

Lines Matching refs:components

34     OP_REQUIRES_OK(ctx, ctx->input_list("components", &inputs));
35 // TODO(mrry): Validate that the shapes of the "components" tensors match
37 std::vector<Tensor> components;
38 components.reserve(inputs.size());
40 components.push_back(t);
42 *output = new Dataset(ctx, std::move(components));
72 std::vector<Node*> components;
73 components.reserve(tensors_.size());
77 components.emplace_back(node);
81 TF_RETURN_IF_ERROR(b->AddDataset(this, {}, {{0, components}},