Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h130 Status ConstantInputReshapedToIntVector(int index, std::vector<int64>* out);
131 Status ConstantInputReshapedToIntVector(absl::string_view name,
Dxla_op_kernel.cc263 Status XlaOpKernelContext::ConstantInputReshapedToIntVector( in ConstantInputReshapedToIntVector() function in tensorflow::XlaOpKernelContext
271 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.cc123 OP_REQUIRES_OK(ctx, ctx->ConstantInputReshapedToIntVector("dim", &dims)); in Compile()