Searched refs:GetMutationBuilder (Results 1 – 8 of 8) sorted by relevance
320 graph_view->GetMutationBuilder()->AddNode(std::move(node), &status); in CreateConstPermNode()371 graph_view->GetMutationBuilder()->AddNode(std::move(node), &status); in CreateTransposeNode()412 context->graph_view->GetMutationBuilder()->AddOrUpdateNodeAttr( in UpdateFanoutEdgesWithOp()482 graph_view->GetMutationBuilder()->AddNode(std::move(node), &status); in CreateDataFormatNode()549 utils::Mutation* mutation = context->graph_view->GetMutationBuilder(); in UpdateEdge()695 utils::Mutation* mutation = context->graph_view->GetMutationBuilder(); in UpdateNode()750 return context->graph_view->GetMutationBuilder()->Apply(); in TransposeNode()767 return context->graph_view->GetMutationBuilder()->Apply(); in TransposeNode()793 return context->graph_view->GetMutationBuilder()->Apply(); in TransposeNode()819 return context->graph_view->GetMutationBuilder()->Apply(); in TransposeNode()[all …]
230 utils::Mutation* mutation = graph_view->GetMutationBuilder(); in EraseCancellableNodes()276 utils::Mutation* mutation = graph_view->GetMutationBuilder(); in EraseCancellableNodesAroundPad()384 utils::Mutation* mutation = graph_view->GetMutationBuilder(); in EraseOutputShapeAttrs()
1092 utils::Mutation* mutation = ctx->graph_view.GetMutationBuilder(); in IsCpuCompatibleDataType()1141 utils::Mutation* mutation = ctx->graph_view.GetMutationBuilder(); in IsCpuCompatibleDataType()1188 utils::Mutation* mutation = ctx->graph_view.GetMutationBuilder(); in IsCpuCompatibleDataType()1229 utils::Mutation* mutation = ctx->graph_view.GetMutationBuilder(); in IsCpuCompatibleDataType()1272 utils::Mutation* mutation = ctx->graph_view.GetMutationBuilder(); in IsCpuCompatibleDataType()1321 utils::Mutation* mutation = ctx->graph_view.GetMutationBuilder(); in IsCpuCompatibleDataType()1360 utils::Mutation* mutation = ctx->graph_view.GetMutationBuilder(); in IsCpuCompatibleDataType()1427 utils::Mutation* mutation = ctx->graph_view.GetMutationBuilder(); in IsCpuCompatibleDataType()1456 utils::Mutation* mutation = ctx->graph_view.GetMutationBuilder(); in IsCpuCompatibleDataType()1929 utils::Mutation* mutation = ctx.graph_view.GetMutationBuilder(); in IsCpuCompatibleDataType()
524 TF_ASSERT_OK(context.graph_view->GetMutationBuilder()->Apply()); in TEST_F()575 utils::Mutation* mutation = context.graph_view->GetMutationBuilder(); in TEST_F()581 TF_ASSERT_OK(context.graph_view->GetMutationBuilder()->Apply()); in TEST_F()605 TF_ASSERT_OK(context.graph_view->GetMutationBuilder()->Apply()); in TEST_F()644 context.graph_view->GetMutationBuilder()->AddOrUpdateNodeAttr( in TEST_F()646 TF_ASSERT_OK(context.graph_view->GetMutationBuilder()->Apply()); in TEST_F()650 TF_ASSERT_OK(context.graph_view->GetMutationBuilder()->Apply()); in TEST_F()678 TF_ASSERT_OK(context.graph_view->GetMutationBuilder()->Apply()); in TEST_F()741 TF_ASSERT_OK(context.graph_view->GetMutationBuilder()->Apply()); in TEST_F()
977 Mutation* mutation = graph_view.GetMutationBuilder(); in TEST_F()1014 Mutation* mutation = graph_view.GetMutationBuilder(); in TEST_F()1036 Mutation* mutation = graph_view.GetMutationBuilder(); in TEST_F()1062 Mutation* mutation = graph_view.GetMutationBuilder(); in TEST_F()1083 Mutation* mutation = graph_view.GetMutationBuilder(); in TEST_F()1105 Mutation* mutation = graph_view.GetMutationBuilder(); in TEST_F()1131 Mutation* mutation = graph_view.GetMutationBuilder(); in TEST_F()1157 Mutation* mutation = graph_view.GetMutationBuilder(); in TEST_F()1183 Mutation* mutation = graph_view.GetMutationBuilder(); in TEST_F()1214 Mutation* mutation = graph_view.GetMutationBuilder(); in TEST_F()[all …]
437 Mutation* mutation = graph_view.GetMutationBuilder(); in TEST_F()
388 Mutation* GetMutationBuilder();
490 Mutation* MutableGraphView::GetMutationBuilder() { return &mutation_; } in GetMutationBuilder() function in tensorflow::grappler::utils::MutableGraphView