Searched refs:func_input (Results 1 – 4 of 4) sorted by relevance
73 for (auto func_input : func_inputs) { in RunModel() local74 func_input->Unref(); in RunModel()
259 for (auto func_input : func_inputs) { in RunModel() local260 func_input->Unref(); in RunModel()
402 func_input = array_ops.zeros(shape)404 packed_input = ops.pack_eager_tensors([func_input])
572 func_input = random_ops.random_normal([10, 10])574 def_function.function(outer)(func_input, func_input)