HomeSort by relevance Sort by last modified time
    Searched defs: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/kernels/
partitioned_function_ops.cc 138 bool is_type_list; local
141 TF_RETURN_IF_ERROR(ArgNumType(attrs, ret_def, &is_type_list, &dtypes));
  /external/tensorflow/tensorflow/core/framework/
function.cc 44 // If "arg_def" is a N*T type, *is_type_list is set to false, and
47 // If "arg_def" is a list(type), *is_type_list is set to true, and
51 // Otherwise (arg_def is a simple type T), *is_type_list is set to
55 bool* is_type_list, DataTypeVector* dtypes) {
63 *is_type_list = true;
70 *is_type_list = false;
157 bool is_type_list; local
160 ArgNumType(attr_values, arg_def, &is_type_list, &dtypes));
164 AddItem(arg_def.name(), {true, arg_index, 0, is_type_list, dtypes}));
197 bool is_type_list; local
228 bool is_type_list; \/\/ ignored local
319 bool is_type_list; local
384 bool is_type_list; member in struct:tensorflow::__anon44961::FunctionInstantiationHelper::NameInfoItem
    [all...]

Completed in 254 milliseconds