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

  /external/tensorflow/tensorflow/c/eager/
c_api_test.cc 1647 tensorflow::AttrValueMap attr_values; local
1687 tensorflow::AttrValueMap attr_values; local
1728 tensorflow::AttrValueMap attr_values; local
1772 tensorflow::AttrValueMap attr_values; local
    [all...]
  /external/tensorflow/tensorflow/python/framework/
python_op_gen.cc 387 string attr_values; local
389 if (i > 0) strings::StrAppend(&attr_values, ", ");
391 strings::StrAppend(&attr_values, "\"", attr_name, "\", _op.get_attr(\"",
394 strings::StrAppend(&attr_values, ")");
396 &result_, WordWrap(" _attrs = (", attr_values, kRightMargin), "\n");
887 string attr_values; local
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/tool/
GenerateCoverageLevels.java 145 Relation<String, String> attr_values = types.get(key); local
146 for (String attr : attr_values.keySet()) {
148 .append(attr_values.getAll(attr));
207 Relation<String, String> attr_values = differences2.get(element); local
208 if (attr_values == null) continue;
209 for (String attr : attr_values.keySet()) {
  /external/tensorflow/tensorflow/core/framework/
function.cc 41 // Extracts the actual type from "attr_values" based on its definition
103 Status ValidateSignatureWithAttrs(const OpDef& sig, AttrSlice attr_values) {
104 // attr_values should specify all attrs defined in fdef.
106 const AttrValue* v = attr_values.Find(a.name());
123 if (attr_values.size() != sig.attr_size()) {
124 for (const auto& a : attr_values) {
155 Status BuildInputArgIndex(const OpDef::ArgDef& arg_def, AttrSlice attr_values,
160 ArgNumType(attr_values, arg_def, &is_type_list, &dtypes));
682 Status InstantiateFunction(const FunctionDef& fdef, AttrSlice attr_values,
688 TF_RETURN_IF_ERROR(ValidateSignatureWithAttrs(sig, attr_values));
    [all...]
function.h 212 // "attr_values", which is a map from a placeholder name to an attr
229 Status InstantiateFunction(const FunctionDef& fdef, AttrSlice attr_values,
741 // Extracts the actual type from "attr_values" based on its definition
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
function_ops.cc 318 AttrValueMap attr_values = func_.attr(); local
336 lib->Instantiate(func_.name(), AttrSlice(&attr_values),

Completed in 495 milliseconds