HomeSort by relevance Sort by last modified time
    Searched refs:full_name (Results 51 - 75 of 241) sorted by null

1 23 4 5 6 7 8 910

  /external/tensorflow/tensorflow/core/kernels/data/
skip_dataset_op.cc 154 TF_RETURN_IF_ERROR(writer->WriteScalar(full_name("i"), i_));
159 writer->WriteScalar(full_name("input_impl_empty"), ""));
167 TF_RETURN_IF_ERROR(reader->ReadScalar(full_name("i"), &i_));
168 if (!reader->Contains(full_name("input_impl_empty"))) {
take_dataset_op.cc 141 TF_RETURN_IF_ERROR(writer->WriteScalar(full_name("i"), i_));
146 writer->WriteScalar(full_name("input_impl_empty"), ""));
154 TF_RETURN_IF_ERROR(reader->ReadScalar(full_name("i"), &i_));
155 if (!reader->Contains(full_name("input_impl_empty"))) {
prefetch_dataset_op.cc 157 writer->WriteScalar(full_name("buffer_size"), buffer_.size()));
163 full_name(strings::StrCat("buffer[", i, "].size")),
167 full_name(strings::StrCat("buffer[", i, "][", j, "]")),
185 reader->ReadScalar(full_name("buffer_size"), &temp));
197 full_name(strings::StrCat("buffer[", i, "].size")), &temp));
204 full_name(strings::StrCat("buffer[", i, "][", j, "]")),
310 return full_name(strings::StrCat("status[", index, "].code"));
314 return full_name(strings::StrCat("status[", index, "].error_message"));
repeat_dataset_op.cc 140 TF_RETURN_IF_ERROR(writer->WriteScalar(full_name("i"), i_));
143 writer->WriteScalar(full_name("input_impl_empty"), ""));
153 TF_RETURN_IF_ERROR(reader->ReadScalar(full_name("i"), &i_));
154 if (!reader->Contains(full_name("input_impl_empty"))) {
207 writer->WriteScalar(full_name("uninitialized"), ""));
214 if (reader->Contains(full_name("uninitialized"))) {
unique_dataset_op.cc 119 writer->WriteScalar(full_name("input_impl_empty"), ""));
122 full_name("unique_elements_size"), unique_elements_.size()));
126 full_name(strings::StrCat("unique_elements[", i++, "]")), t));
134 if (!reader->Contains(full_name("input_impl_empty"))) {
141 TF_RETURN_IF_ERROR(reader->ReadScalar(full_name("unique_elements_size"),
146 full_name(strings::StrCat("unique_elements[", i, "]")),
tensor_dataset_op.cc 111 TF_RETURN_IF_ERROR(writer->WriteScalar(full_name("produced"), ""));
118 produced_ = reader->Contains(full_name("produced"));
window_dataset.cc 64 TF_RETURN_IF_ERROR(writer->WriteScalar(full_name("i"), i_));
72 TF_RETURN_IF_ERROR(reader->ReadScalar(full_name("i"), &i));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
gcc-plugin.h 80 const char *full_name; /* Path to the plugin as specified with member in struct:plugin_name_args
  /external/google-breakpad/src/common/
dwarf_line_to_module.cc 99 string full_name = ExpandPath(name, dir_name); local
103 files_[file_num] = module_->FindFile(full_name);
  /test/vts/testcases/template/binary_test/
binary_test_case.py 93 return self.put_tag_func(self.full_name + self.name_appendix, self.tag)
104 def full_name(self): member in class:BinaryTestCase
115 @full_name.setter
116 def full_name(self, full_name): member in class:BinaryTestCase
117 self._full_name = full_name
  /toolchain/binutils/binutils-2.27/gold/
gdb-index.cc 262 add_declaration_with_full_name(Dwarf_die* die, const char* full_name);
438 std::string full_name = this->get_qualified_name(die, context); local
439 if (!full_name.empty())
441 full_name.c_str(), 0);
453 std::string full_name; local
462 full_name.assign(this->guess_full_class_name(die));
466 if (full_name.empty())
469 this->add_declaration_with_full_name(die, full_name.c_str());
477 if (full_name.empty())
478 full_name = this->get_qualified_name(die, context)
651 std::string full_name; local
771 std::string full_name; local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 237 char full_name[256]; local
245 internal_snprintf(full_name, ARRAY_SIZE(full_name), "%s%s%s.so",
247 EXPECT_TRUE(LibraryNameIs(full_name, base_names[k]))
248 << "Full name " << full_name
251 EXPECT_FALSE(LibraryNameIs(full_name, wrong_names[m]))
252 << "Full name " << full_name
  /external/protobuf/src/google/protobuf/compiler/ruby/
ruby_generator.cc 134 "subtype", value_field->message_type()->full_name());
138 "subtype", value_field->enum_type()->full_name());
156 "subtype", field->message_type()->full_name());
160 "subtype", field->enum_type()->full_name());
194 "name", message->full_name());
224 "name", en->full_name());
277 "lookup(\"$full_name$\").msgclass\n",
278 "full_name", message->full_name());
299 "lookup(\"$full_name$\").enummodule\n"
    [all...]
  /external/protobuf/src/google/protobuf/
message.cc 71 "to: " << descriptor->full_name() << ", "
72 "from: " << from.GetDescriptor()->full_name();
84 "to: " << descriptor->full_name() << ", "
85 "from: " << from.GetDescriptor()->full_name();
90 return GetDescriptor()->full_name();
113 << "Message of type \"" << GetDescriptor()->full_name()
158 GOOGLE_LOG(FATAL) << "Message class \"" << GetDescriptor()->full_name()
348 GOOGLE_LOG(DFATAL) << "Type is already registered: " << descriptor->full_name();
386 << "registered: " << type->full_name();
  /external/protobuf/python/google/protobuf/internal/
descriptor_pool_test.py 119 msg1.full_name)
140 msg2.full_name)
350 unittest_pb2.TestAllTypes.DESCRIPTOR.full_name))
384 expected_enum_full_name = '.'.join([msg_desc.full_name, name])
385 test.assertEqual(expected_enum_full_name, enum_desc.full_name)
412 expected_full_name = '.'.join([containing_type_desc.full_name, name])
415 test.assertEqual(expected_full_name, desc.full_name)
440 expected_field_full_name = '.'.join([msg_desc.full_name, name])
441 test.assertEqual(expected_field_full_name, field_desc.full_name)
464 expected_field_full_name = '.'.join([msg_desc.full_name, name]
    [all...]
  /external/compiler-rt/lib/lsan/
lsan_common_linux.cc 33 static bool IsLinker(const char* full_name) {
34 return LibraryNameIs(full_name, kLinkerName);
41 if (!IsLinker(module.full_name())) continue;
  /external/libchrome/base/files/
file_enumerator_posix.cc 140 FilePath full_name = source.Append(dent->d_name); local
143 ret = lstat(full_name.value().c_str(), &info.stat_);
145 ret = stat(full_name.value().c_str(), &info.stat_);
  /external/protobuf/src/google/protobuf/compiler/java/
java_doc_comment.cc 171 "fullname", EscapeJavadoc(message->full_name()));
197 "fullname", EscapeJavadoc(enum_->full_name()));
217 "fullname", EscapeJavadoc(service->full_name()));
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 135 // Foo, Baz's full_name is "bar.Foo.Baz". To get only the part that
137 const string& full_name() const;
397 const string& full_name() const; // Fully-qualified name of the field.
596 const string& full_name() const;
688 // The full_name of an enum value is a sibling symbol of the enum type.
693 const string& full_name() const;
753 const string& full_name() const;
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 135 // Foo, Baz's full_name is "bar.Foo.Baz". To get only the part that
137 const string& full_name() const;
397 const string& full_name() const; // Fully-qualified name of the field.
596 const string& full_name() const;
688 // The full_name of an enum value is a sibling symbol of the enum type.
693 const string& full_name() const;
753 const string& full_name() const;
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h 135 // Foo, Baz's full_name is "bar.Foo.Baz". To get only the part that
137 const string& full_name() const;
397 const string& full_name() const; // Fully-qualified name of the field.
596 const string& full_name() const;
688 // The full_name of an enum value is a sibling symbol of the enum type.
693 const string& full_name() const;
753 const string& full_name() const;
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h 135 // Foo, Baz's full_name is "bar.Foo.Baz". To get only the part that
137 const string& full_name() const;
397 const string& full_name() const; // Fully-qualified name of the field.
596 const string& full_name() const;
688 // The full_name of an enum value is a sibling symbol of the enum type.
693 const string& full_name() const;
753 const string& full_name() const;
    [all...]
  /external/compiler-rt/lib/stats/
stats.cc 67 WriteToFile(stats_fd, mod->full_name(),
68 internal_strlen(mod->full_name()) + 1);
  /external/tensorflow/tensorflow/contrib/cluster_resolver/python/training/
tpu_cluster_resolver.py 141 full_name = 'projects/%s/locations/%s/nodes/%s' % (
143 request = self._service.projects().locations().nodes().get(name=full_name)
  /external/tensorflow/tensorflow/contrib/data/kernels/
ignore_errors_dataset_op.cc 107 writer->WriteScalar(full_name("input_impls_empty"), ""));
114 if (reader->Contains(full_name("input_impls_empty")))

Completed in 1277 milliseconds

1 23 4 5 6 7 8 910