Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ReadU (0.19 sec)

  1. tensorflow/compiler/jit/encapsulate_xla_computations_pass_test.cc

        node->set_requested_device("/gpu:0");
      };
    
      auto b_identity = ops::Identity(scope.WithOpName("B_identity"), arg1);
      add_attrs(b_identity.node());
      auto read_u = ops::ReadVariableOp(scope.WithOpName("ReadU"), arg4, DT_FLOAT);
      add_attrs(read_u.node());
      auto read_v = ops::ReadVariableOp(scope.WithOpName("ReadV"), arg5, DT_FLOAT);
      add_attrs(read_v.node());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 16 18:03:15 UTC 2023
    - 14.7K bytes
    - Viewed (0)
Back to top