Searched defs:attribute_name (Results 1 - 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dremove_attribute.cc34 if (!context.params.count("attribute_name") ||
35 (context.params.at("attribute_name").size() != 1)) {
37 "remove_attribute expects exactly one 'attribute_name' "
38 "argument, e.g. remove_attribute(op_name=Mul, attribute_name=foo)");
53 const string attribute_name = context.params.at("attribute_name")[0]; local
59 (node.attr().count(attribute_name))) {
60 new_node->mutable_attr()->erase(attribute_name);
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5TextureGatherOffset.hpp52 const glw::GLchar* attribute_name; member in struct:glcts::GPUShader5TextureGatherOffsetTestBase::VertexBufferInfo
/external/pdfium/third_party/pymock/
H A Dmock.py1113 attribute_name = None variable in class:_patch
1149 patcher.attribute_name = self.attribute_name
1195 if patching.attribute_name is not None:
1360 if self.attribute_name is not None:
1363 extra_args[self.attribute_name] = new
1484 patcher.attribute_name = attribute
1490 this_patcher.attribute_name = attribute
/external/python/cpython2/Lib/test/
H A D_mock_backport.py1066 attribute_name = None variable in class:_patch
1102 patcher.attribute_name = self.attribute_name
1144 if patching.attribute_name is not None:
1306 if self.attribute_name is not None:
1309 extra_args[self.attribute_name] = new
1432 patcher.attribute_name = attribute
1438 this_patcher.attribute_name = attribute
/external/python/cpython3/Lib/unittest/
H A Dmock.py1095 attribute_name = None variable in class:_patch
1131 patcher.attribute_name = self.attribute_name
1173 if patching.attribute_name is not None:
1335 if self.attribute_name is not None:
1338 extra_args[self.attribute_name] = new
1464 patcher.attribute_name = attribute
1470 this_patcher.attribute_name = attribute
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cVertexAttrib64BitTest.cpp1671 std::stringstream attribute_name; local
1676 attribute_name << "attribute_" << attribute_ordinal;
1680 attribute_name << "attribute_" << n_type << "[" << i << "]";
1684 GLint attribute_location = gl.getAttribLocation(program_id, attribute_name.str().c_str());
1689 m_log << tcu::TestLog::Message << "GetAttribLocation(" << program_id << ", " << attribute_name.str()
1892 /* if (attribute_name != type(values))
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp3534 std::string attribute_name = attribute.name; local
5109 std::string attribute_name = vertex_shader_input; local
5114 attribute_name.append(attribute.name);
5149 glw::GLint attribute_location = m_gl->getAttribLocation(program_id, attribute_name.c_str());
5153 //throw tcu::InternalError("Failed to get location of attribute:", attribute_name.c_str(), __FILE__, __LINE__);
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 615 milliseconds