Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ComputeIncompatiblePairs (0.21 sec)

  1. tensorflow/compiler/jit/resource_operation_safety_analysis_test.cc

      return assign_add_op.operation.node();
    }
    
    Node* MakeNeutral(const Scope& scope, const string& id) {
      return ops::Const(scope.WithOpName("Const" + id), 42.0f).node();
    }
    
    Status ComputeIncompatiblePairs(Graph* g,
                                    std::vector<std::pair<int, int>>* result) {
      FixupSourceAndSinkEdges(g);
      return ComputeIncompatibleResourceOperationPairs(*g, &g->flib_def(), {},
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 28 16:53:59 UTC 2020
    - 18.7K bytes
    - Viewed (0)
Back to top