HomeSort by relevance Sort by last modified time
    Searched refs:gdef (Results 51 - 59 of 59) sorted by null

1 23

  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 35 #include "hb-ot-layout-gdef-table.hh"
431 const GDEF &gdef; member in struct:OT::hb_apply_context_t
453 gdef (*hb_ot_layout_from_face (face)->gdef),
454 var_store (gdef.get_var_store ()),
464 has_glyph_classes (gdef.has_glyph_classes ()) {}
487 return gdef.mark_set_covers (match_props >> 16, glyph);
540 _hb_glyph_info_set_glyph_props (&buffer->cur(), add_in | gdef.get_glyph_props (glyph_index));
698 * - If there is no GDEF, and the ligature is NOT a mark ligature, we categoriz
    [all...]
hb-ot-layout-gsub-table.hh 1318 const GDEF &gdef = *hb_ot_layout_from_face (font->face)->gdef; local
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
constant_op_test.py 862 gdef = graph_pb2.GraphDef()
863 text_format.Merge(graph, gdef)
866 gdef, return_elements=["Placeholder:0", "add:0"])
    [all...]
  /external/tensorflow/tensorflow/core/framework/
function.h 191 // "result.gdef". The value to substitute a placeholder is given by
227 string DebugStringWhole(const GraphDef& gdef);
function.cc 722 string DebugStringWhole(const GraphDef& gdef) {
724 for (const auto& fdef : gdef.library().function()) {
728 for (const auto& ndef : gdef.node()) {
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
function_test.cc 1282 GraphDef gdef; local
    [all...]
  /external/tensorflow/tensorflow/c/
c_api.cc 2137 GraphDef gdef; local
    [all...]
c_api_test.cc 1467 GraphDef gdef; local
    [all...]
  /external/libxml2/
xmlschemas.c 18930 xmlSchemaModelGroupDefPtr gdef; local
    [all...]

Completed in 671 milliseconds

1 23