Home
last modified time | relevance | path

Searched refs:ConstantInputAsIntVector (Results 1 – 25 of 29) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dreduce_window_op.cc45 OP_REQUIRES_OK(context, context->ConstantInputAsIntVector( in Compile()
47 OP_REQUIRES_OK(context, context->ConstantInputAsIntVector("window_strides", in Compile()
49 OP_REQUIRES_OK(context, context->ConstantInputAsIntVector("base_dilations", in Compile()
51 OP_REQUIRES_OK(context, context->ConstantInputAsIntVector( in Compile()
Dxla_pad_op.cc40 OP_REQUIRES_OK(context, context->ConstantInputAsIntVector("padding_low", in Compile()
42 OP_REQUIRES_OK(context, context->ConstantInputAsIntVector("padding_high", in Compile()
44 OP_REQUIRES_OK(context, context->ConstantInputAsIntVector( in Compile()
Dxla_conv_op.cc53 OP_REQUIRES_OK(context, context->ConstantInputAsIntVector("window_strides", in Compile()
55 OP_REQUIRES_OK(context, context->ConstantInputAsIntVector("lhs_dilation", in Compile()
57 OP_REQUIRES_OK(context, context->ConstantInputAsIntVector("rhs_dilation", in Compile()
Dlistdiff_op.cc74 TF_RETURN_IF_ERROR(context->ConstantInputAsIntVector(0, &x_input)); in ListDiff()
75 TF_RETURN_IF_ERROR(context->ConstantInputAsIntVector(1, &y_input)); in ListDiff()
Dbcast_ops.cc50 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsIntVector(i, &shape)); in Compile()
102 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsIntVector( in Compile()
Dxla_select_and_scatter_op.cc44 OP_REQUIRES_OK(context, context->ConstantInputAsIntVector( in Compile()
46 OP_REQUIRES_OK(context, context->ConstantInputAsIntVector("window_strides", in Compile()
Dtranspose_op.cc57 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsIntVector("perm", &perm)); in Compile()
164 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsIntVector(0, &perm)); in InvertPermutation()
Dpooling_ops.cc100 auto status = ctx->ConstantInputAsIntVector(1, &ksize); in GetKernelSize()
124 auto status = ctx->ConstantInputAsIntVector(2, &stride); in GetStride()
335 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsIntVector(3, &ksize_)); in Compile()
342 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsIntVector(4, &stride_)); in Compile()
557 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsIntVector(3, &ksize_)); in Compile()
564 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsIntVector(4, &stride_)); in Compile()
Dconcat_op.cc159 ctx->ConstantInputAsIntVector( in Compile()
180 ctx, ctx->ConstantInputAsIntVector( in Compile()
Dempty_op.cc50 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsIntVector("shape", &shape)); in Compile()
Dslice_op.cc63 ctx->ConstantInputAsIntVector(1, &begin).ok(); in Compile()
65 ctx->ConstantInputAsIntVector(2, &size).ok(); in Compile()
Dfill_op.cc50 ctx->ConstantInputAsIntVector( in Compile()
Dgather_scatter_ops.cc40 ctx->ConstantInputAsIntVector("slice_sizes", &slice_sizes)); in Compile()
Dtile_ops.cc68 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsIntVector( in Compile()
Dxla_broadcast_helper_op.cc46 OP_REQUIRES_OK(context, context->ConstantInputAsIntVector("broadcast_dims", in Compile()
Dreverse_op.cc93 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsIntVector(1, &axes)); in Compile()
Ddynamic_slice_ops.cc110 ctx, ctx->ConstantInputAsIntVector("size_indices", &size_indices)); in Compile()
Dtensor_array_ops.cc316 Status status = ctx->ConstantInputAsIntVector(1, &const_indices); in Compile()
387 Status status = ctx->ConstantInputAsIntVector(1, &const_indices); in Compile()
490 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsIntVector(2, &lengths)); in Compile()
Dfft_ops.cc56 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsIntVector(1, &fft_length)); in Compile()
Dreshape_op.cc50 ctx->ConstantInputAsIntVector( in Compile()
Dspacetobatch_op.cc154 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsIntVector(1, &block_shape)); in Compile()
Dsplit_op.cc147 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsIntVector(1, &split_sizes)); in Compile()
Dbatchtospace_op.cc152 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsIntVector(1, &block_shape)); in Compile()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h171 Status ConstantInputAsIntVector(
174 Status ConstantInputAsIntVector(
/external/tensorflow/tensorflow/core/tpu/kernels/
Dimage_resize_ops.cc41 auto status = ctx->ConstantInputAsIntVector(1, &out_size); in GetOutputShape()

12