Home
last modified time | relevance | path

Searched refs:ConstantInputReshapedToIntVector (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/tpu/kernels/
Dcross_replica_ops.cc57 OP_REQUIRES_OK(ctx, ctx->ConstantInputReshapedToIntVector( in Compile()
78 OP_REQUIRES_OK(ctx, ctx->ConstantInputReshapedToIntVector( in Compile()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h180 Status ConstantInputReshapedToIntVector(
183 Status ConstantInputReshapedToIntVector(
Dxla_op_kernel.cc412 Status XlaOpKernelContext::ConstantInputReshapedToIntVector( in ConstantInputReshapedToIntVector() function in tensorflow::XlaOpKernelContext
420 Status XlaOpKernelContext::ConstantInputReshapedToIntVector( in ConstantInputReshapedToIntVector() function in tensorflow::XlaOpKernelContext
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dreduction_ops_common.cc68 OP_REQUIRES_OK(ctx, ctx->ConstantInputReshapedToIntVector(1, &axes)); in Compile()
Ddynamic_partition_op.cc117 ctx->ConstantInputReshapedToIntVector(1, &partitions_static).ok(); in Compile()
Dshape_op.cc265 OP_REQUIRES_OK(ctx, ctx->ConstantInputReshapedToIntVector("dim", &dims)); in Compile()