HomeSort by relevance Sort by last modified time
    Searched refs:placeholder_2 (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/framework/
traceable_stack_test.py 121 placeholder_2 = lambda x: x
125 expected_lineno_2 = inspect.getsourcelines(placeholder_2)[1] + 1
  /external/tensorflow/tensorflow/core/kernels/
fused_batch_norm_op.cc 664 Tensor* placeholder_2 = nullptr; variable
666 context, context->allocate_output(4, TensorShape({}), &placeholder_2));
667 f(context->eigen_device<Device>(), placeholder_2->flat<U>());
    [all...]

Completed in 855 milliseconds