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

  /external/tensorflow/tensorflow/core/distributed_runtime/
cluster_function_library_runtime.cc 37 bool is_type_list; local
39 TF_RETURN_IF_ERROR(ArgNumType(attrs, in, &is_type_list, &dtypes));
41 if (is_type_list || dtypes.size() > 1) {
83 bool is_type_list; local
85 TF_RETURN_IF_ERROR(ArgNumType(attrs, out, &is_type_list, &dtypes));
87 if (is_type_list || dtypes.size() > 1) {
  /external/tensorflow/tensorflow/core/framework/
function.cc 40 // If "arg_def" is a N*T type, *is_type_list is set to false, and
43 // If "arg_def" is a list(type), *is_type_list is set to true, and
47 // Otherwise (arg_def is a simple type T), *is_type_list is set to
51 bool* is_type_list, DataTypeVector* dtypes) {
59 *is_type_list = true;
66 *is_type_list = false;
153 bool is_type_list; local
156 ArgNumType(attr_values, arg_def, &is_type_list, &dtypes));
160 AddItem(arg_def.name(), {true, arg_index, 0, is_type_list, dtypes}));
189 bool is_type_list; local
220 bool is_type_list; \/\/ ignored local
310 bool is_type_list; local
371 bool is_type_list; member in struct:tensorflow::__anon39561::FunctionInstantiationHelper::NameInfoItem
    [all...]
function.h 586 // If "arg_def" is a N*T type, *is_type_list is set to false, and
589 // If "arg_def" is a list(type), *is_type_list is set to true, and
593 // Otherwise (arg_def is a simple type T), *is_type_list is set to
597 bool* is_type_list, DataTypeVector* dtypes);

Completed in 172 milliseconds