HomeSort by relevance Sort by last modified time
    Searched defs:attribute_name (Results 1 - 15 of 15) sorted by null

  /external/tensorflow/tensorflow/tools/graph_transforms/
remove_attribute.cc 34 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);
  /test/vts/compilation_tools/vtsc/code_gen/profiler/
ProfilerCodeGenBase.cpp 238 std::string attribute_name = attribute.name(); local
239 ReplaceSubString(attribute_name, "::", "__");
240 out << "void profile__" << attribute_name
256 std::string attribute_name = attribute.name(); local
257 ReplaceSubString(attribute_name, "::", "__");
258 out << "void profile__" << attribute_name
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
Attribute_info.java 112 final CONSTANT_Utf8_info attribute_name = (CONSTANT_Utf8_info) constants.get (attribute_name_index); local
113 final String name = attribute_name.m_value;
  /external/objenesis/main/src/test/java/org/objenesis/
ClassReader.java 150 String attribute_name = ((CONSTANT_Utf8_info) constant_pool[attribute_name_index]).bytes; local
152 System.out.println(this + " " + attribute_name);
154 if("Code".equals(attribute_name)) {
157 else if("SourceFile".equals(attribute_name)) {
161 else if("LineNumberTable".equals(attribute_name)) {
166 else if("LocalVariableTable".equals(attribute_name)) {
172 fail("Unknown attribute: " + attribute_name);
  /external/deqp/external/openglcts/modules/glesext/gpu_shader5/
esextcGPUShader5TextureGatherOffset.hpp 52 const glw::GLchar* attribute_name; member in struct:glcts::GPUShader5TextureGatherOffsetTestBase::VertexBufferInfo
    [all...]
  /test/vts/compilation_tools/vtsc/code_gen/driver/
HalHidlCodeGen.cpp 596 string attribute_name = ClearStringWithNameSpaceAccess(attribute.name()); local
598 << "Random" << attribute_name << "();\n";
610 string attribute_name = ClearStringWithNameSpaceAccess(attribute.name()); local
611 out << attribute.enum_value().scalar_type() << " Random" << attribute_name
    [all...]
  /external/pdfium/third_party/pymock/
mock.py 1113 attribute_name = None variable in class:_patch
    [all...]
  /external/python/cpython2/Lib/test/
_mock_backport.py 1066 attribute_name = None variable in class:_patch
    [all...]
  /external/python/cpython3/Lib/unittest/
mock.py 1095 attribute_name = None variable in class:_patch
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cVertexAttrib64BitTest.cpp 1671 std::stringstream attribute_name; local
    [all...]
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArraySampling.cpp 3534 std::string attribute_name = attribute.name; local
5109 std::string attribute_name = vertex_shader_input; local
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 

Completed in 302 milliseconds