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

  /external/tensorflow/tensorflow/python/framework/
traceable_stack_test.py 112 placeholder_1 = lambda x: x
124 expected_lineno_1 = inspect.getsourcelines(placeholder_1)[1] + 1
  /external/tensorflow/tensorflow/core/kernels/
fused_batch_norm_op.cc 659 Tensor* placeholder_1 = nullptr; variable
661 context, context->allocate_output(3, TensorShape({}), &placeholder_1));
663 f(context->eigen_device<Device>(), placeholder_1->flat<U>());
    [all...]

Completed in 130 milliseconds