Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for host_func_attrs (0.1 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass_test.cc

      AttrValue device_ordinal_temp_value;
      device_ordinal_temp_value.set_i(0);
      protobuf::Map<string, AttrValue> host_func_attrs;
      host_func_attrs["_device_ordinal"] = device_ordinal_temp_value;
      TF_CHECK_OK(FunctionDefToBodyHelper(
          *fld.Find("host_graph"), AttrSlice(&host_func_attrs), &fld, &host_fbody));
      Graph *host_graph = host_fbody->graph;
      Node *key_placeholder = nullptr, *sequencer = nullptr;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 41K bytes
    - Viewed (0)
Back to top