HomeSort by relevance Sort by last modified time
    Searched refs:func_name_attrs (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/compiler/jit/
encapsulate_util.h 76 const NameAttrList& func_name_attrs, Node* node,
79 func_name_attrs(func_name_attrs),
85 const NameAttrList func_name_attrs; member in struct:tensorflow::XlaClusterInfo
extract_outside_compilation_pass.h 75 // func_name_attrs: they will be used to instantiate the XLA computation func.
90 const NameAttrList& func_name_attrs, const string& new_func_name,
extract_outside_compilation_pass.cc 1728 auto const& func_name_attrs = iter.second.func_name_attrs; local
    [all...]
extract_outside_compilation_pass_test.cc 241 const string &xla_cluster_name, const NameAttrList &func_name_attrs,
254 func_name_attrs, new_func_name, host_graph_func_name, host_compute_core,
    [all...]
encapsulate_subgraphs_pass_test.cc 534 NameAttrList func_name_attrs; local
535 func_name_attrs.set_name(func);
537 XlaClusterInfo{func, func_name_attrs, xla_computation_node,
    [all...]

Completed in 505 milliseconds