OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y_c
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/contrib/compiler/
jit_test.py
181
y_c
= math_ops.matmul(y_nc, y_nc, name="compiled")
182
x_grads = gradients.gradients([
y_c
], [x])[0]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java
189
int
y_c
= y + (height - height_c) / 2;
local
196
gc.fillRectangle(x_c,
y_c
, width_c, height_c);
199
gc.drawRectangle(x_c,
y_c
, width_c, height_c);
Completed in 167 milliseconds