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

  /external/tensorflow/tensorflow/core/kernels/
constant_op.h 53 class PlaceholderOp : public OpKernel {
55 explicit PlaceholderOp(OpKernelConstruction* ctx);
constant_op.cc 395 PlaceholderOp::PlaceholderOp(OpKernelConstruction* ctx) : OpKernel(ctx) {
399 void PlaceholderOp::Compute(OpKernelContext* ctx) {
414 REGISTER_KERNEL_BUILDER(Name("Placeholder").Device(DEVICE_CPU), PlaceholderOp);
416 PlaceholderOp);
421 REGISTER_KERNEL_BUILDER(Name("Placeholder").Device(DEVICE_GPU), PlaceholderOp);
423 PlaceholderOp);
426 REGISTER_KERNEL_BUILDER(Name("Placeholder").Device(DEVICE_SYCL), PlaceholderOp);
428 PlaceholderOp);
  /external/tensorflow/tensorflow/compiler/jit/
xla_device_ops.h 66 REGISTER_KERNEL_BUILDER(Name("Placeholder").Device(DEVICE), PlaceholderOp); \
68 PlaceholderOp); \

Completed in 198 milliseconds