Home
last modified time | relevance | path

Searched refs:ConstantInputReshapedToIntVector (Results 1 – 5 of 5) 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.h145 Status ConstantInputReshapedToIntVector(int index, std::vector<int64>* out);
146 Status ConstantInputReshapedToIntVector(absl::string_view name,
Dxla_op_kernel.cc355 Status XlaOpKernelContext::ConstantInputReshapedToIntVector( in ConstantInputReshapedToIntVector() function in tensorflow::XlaOpKernelContext
363 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()
Dshape_op.cc237 OP_REQUIRES_OK(ctx, ctx->ConstantInputReshapedToIntVector("dim", &dims)); in Compile()