Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cluster_int32 (0.29 sec)

  1. tensorflow/compiler/jit/build_xla_ops_pass_test.cc

                       .ExitOnError();
    
      FunctionDefLibrary fdef_lib =
          CreateFunctionDefLibWithInt32Input("cluster_int32");
      TF_ASSERT_OK(root.graph()->AddFunctionLibrary(fdef_lib));
      Node* call;
      TF_ASSERT_OK(
          MakeXlaCompiledKernel(root.graph(), "cluster_int32", "C", &call));
      call->set_requested_device(kXlaDeviceName);
      call->AddAttr(kXlaHasReferenceVarsAttr, false);
    
      auto var =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 12.2K bytes
    - Viewed (0)
Back to top