Searched refs:push_obj (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | traceable_stack_test.py | 81 t_stack.push_obj(42.0) 82 t_stack.push_obj('hope') 92 t_stack.push_obj(0) 93 t_stack.push_obj(1) 94 t_stack.push_obj(2) 95 t_stack.push_obj(3) 113 t_stack.push_obj(1) 118 t_stack.push_obj(obj, offset=1)
|
D | traceable_stack.py | 89 def push_obj(self, obj, offset=0): member in TraceableStack
|
D | ops.py | 4330 self._colocation_stack.push_obj(op, offset=4) 4348 self._device_function_stack.push_obj(spec, offset=total_offset)
|
/external/skqp/src/utils/ |
D | SkLua.cpp | 83 template <typename T> void push_obj(lua_State* L, const T& obj) { in push_obj() function 328 push_obj(fL, rr); in pushRRect() 341 push_obj(fL, matrix); in pushMatrix() 346 push_obj(fL, paint); in pushPaint() 351 push_obj(fL, path); in pushPath() 1717 push_obj(L, get_ref<SkTypeface>(L, 1)->fontStyle()); in ltypeface_getStyle()
|
/external/skia/src/utils/ |
D | SkLua.cpp | 83 template <typename T> void push_obj(lua_State* L, const T& obj) { in push_obj() function 328 push_obj(fL, rr); in pushRRect() 341 push_obj(fL, matrix); in pushMatrix() 346 push_obj(fL, paint); in pushPaint() 351 push_obj(fL, path); in pushPath() 1717 push_obj(L, get_ref<SkTypeface>(L, 1)->fontStyle()); in ltypeface_getStyle()
|