Searched refs:push_obj (Results 1 – 4 of 4) 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(42.0) 93 t_stack.push_obj('hope') 98 t_stack.push_obj(0) 99 t_stack.push_obj(1) 100 t_stack.push_obj(2) 101 t_stack.push_obj(3) 119 t_stack.push_obj(1) 124 t_stack.push_obj(obj, offset=1)
|
D | traceable_stack.py | 86 def push_obj(self, obj, offset=0): member in TraceableStack
|
D | ops.py | 4425 self._colocation_stack.push_obj(device_only_candidate, offset=4) 4426 self._colocation_stack.push_obj(op, offset=4) 4448 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()
|