Searched refs:mutable_partition_graph (Results 1 – 5 of 5) sorted by relevance
664 GraphDef* InMemoryRunGraphResponse::mutable_partition_graph(size_t i) { in mutable_partition_graph() function in tensorflow::InMemoryRunGraphResponse734 GraphDef* OwnedProtoRunGraphResponse::mutable_partition_graph(size_t i) { in mutable_partition_graph() function in tensorflow::OwnedProtoRunGraphResponse735 return response_.mutable_partition_graph(i); in mutable_partition_graph()740 GraphDef* graph_def = response_.mutable_partition_graph()->Add(); in AddPartitionGraph()811 GraphDef* NonOwnedProtoRunGraphResponse::mutable_partition_graph(size_t i) { in mutable_partition_graph() function in tensorflow::NonOwnedProtoRunGraphResponse812 return response_->mutable_partition_graph(i); in mutable_partition_graph()
128 EXPECT_EQ(1234, response->mutable_partition_graph(0)->versions().producer()); in CheckRunGraphResponse()130 response->mutable_partition_graph(0)->versions().min_consumer()); in CheckRunGraphResponse()145 run_graph_response->mutable_partition_graph(i)); in BuildRunStepResponse()
494 virtual GraphDef* mutable_partition_graph(size_t i) = 0;530 GraphDef* mutable_partition_graph(size_t i) override;564 GraphDef* mutable_partition_graph(size_t i) override;592 GraphDef* mutable_partition_graph(size_t i) override;
804 run_graph_resp->mutable_partition_graph(i)); in RunPartitionsHelper()
2612 ::tensorflow::GraphDef* mutable_partition_graph(int index); in Swap()2614 mutable_partition_graph(); in Swap()8060 inline ::tensorflow::GraphDef* RunGraphResponse::mutable_partition_graph(int index) { in mutable_partition_graph() function8065 RunGraphResponse::mutable_partition_graph() { in mutable_partition_graph() function