Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PartiallyDecluster (0.51 sec)

  1. tensorflow/compiler/jit/partially_decluster_pass_test.cc

                            FakeBinaryOp);
    
    REGISTER_KERNEL_BUILDER(
        Name("FakeResourceUpdate").Device(DEVICE_CPU).HostMemory("something_else"),
        FakeResourceUpdateOp);
    
    Status PartiallyDecluster(std::unique_ptr<Graph>* graph) {
      FixupSourceAndSinkEdges(graph->get());
      // Assign all nodes to the CPU device.
      static const char* kCpuDevice = "/job:localhost/replica:0/task:0/cpu:0";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 10 12:32:39 UTC 2022
    - 23K bytes
    - Viewed (0)
Back to top