Home
last modified time | relevance | path

Searched refs:get_metrics (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/contrib/gan/python/estimator/python/
Dhead_test.py69 get_eval_metric_ops_fn=self.get_metrics)
72 def get_metrics(self, gan_model): member in GANHeadTest
Dstargan_estimator_test.py152 def get_metrics(gan_model): function
179 get_eval_metric_ops_fn=get_metrics,
227 get_eval_metric_ops_fn=get_metrics,
Dgan_estimator_test.py129 def get_metrics(gan_model): function
157 get_eval_metric_ops_fn=get_metrics,
191 get_eval_metric_ops_fn=get_metrics,
230 get_eval_metric_ops_fn=get_metrics,
Dtpu_gan_estimator_test.py86 def get_metrics(generator_inputs, generated_data, real_data, function
119 get_eval_metric_ops_fn=get_metrics,
172 get_eval_metric_ops_fn=get_metrics,
/external/freetype/include/freetype/internal/services/
Dsvpfr.h53 FT_PFR_GetMetricsFunc get_metrics; in FT_DEFINE_SERVICE() local
/external/freetype/src/cff/
Dcffgload.c309 (void)( (SFNT_Service)face->sfnt )->get_metrics( face, 0, in cff_slot_load()
322 (void)( (SFNT_Service)face->sfnt )->get_metrics( face, 1, in cff_slot_load()
558 ( (SFNT_Service)face->sfnt )->get_metrics( face, 0, in cff_slot_load()
585 ( (SFNT_Service)face->sfnt )->get_metrics( face, 1, in cff_slot_load()
Dcffdrivr.c245 ( (SFNT_Service)ttface->sfnt )->get_metrics( ttface, in cff_get_advances()
276 ( (SFNT_Service)ttface->sfnt )->get_metrics( ttface, in cff_get_advances()
/external/freetype/src/base/
Dftpfr.c58 error = service->get_metrics( face, in FT_Get_PFR_Metrics()
/external/freetype/include/freetype/internal/
Dsfnt.h783 TT_Get_Metrics_Func get_metrics; member
/external/freetype/src/truetype/
Dttgload.c80 ( (SFNT_Service)face->sfnt )->get_metrics( face, 0, idx, lsb, aw ); in TT_Get_HMetrics()
100 ( (SFNT_Service)face->sfnt )->get_metrics( face, 1, idx, tsb, ah ); in TT_Get_VMetrics()
/external/freetype/
DChangeLog.22997 code is moved to the truetype module; `get_metrics' is moved here