Home
last modified time | relevance | path

Searched refs:MatchSignature (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dqueue_op.cc99 OP_REQUIRES_OK_ASYNC(ctx, ctx->MatchSignature(expected_inputs, {}), callback); in ComputeAsync()
140 OP_REQUIRES_OK_ASYNC(ctx, ctx->MatchSignature(expected_inputs, {}), callback); in ComputeAsync()
170 ctx, ctx->MatchSignature({DT_RESOURCE}, queue->component_dtypes()), in ComputeAsync()
174 ctx, ctx->MatchSignature({DT_STRING_REF}, queue->component_dtypes()), in ComputeAsync()
222 ctx->MatchSignature({DT_RESOURCE, DT_INT32}, queue->component_dtypes()), in ComputeAsync()
226 ctx->MatchSignature({DT_STRING_REF, DT_INT32}, in ComputeAsync()
295 ctx->MatchSignature({DT_RESOURCE, DT_INT32}, queue->component_dtypes()), in ComputeAsync()
299 ctx->MatchSignature({DT_STRING_REF, DT_INT32}, in ComputeAsync()
Dsparse_conditional_accumulator_op.cc47 TF_RETURN_IF_ERROR(ctx->MatchSignature({}, {DT_STRING_REF})); in CheckSignature()
118 ctx->MatchSignature({DT_STRING_REF, DT_INT32}, in CheckSignature()
Dconditional_accumulator_op.cc45 TF_RETURN_IF_ERROR(ctx->MatchSignature({}, {DT_STRING_REF})); in CheckSignature()
82 TF_RETURN_IF_ERROR(ctx->MatchSignature({}, {DT_RESOURCE})); in CheckSignature()
Dlookup_table_init_op.cc59 OP_REQUIRES_OK(ctx, ctx->MatchSignature(expected_inputs, expected_outputs)); in Compute()
127 OP_REQUIRES_OK(ctx, ctx->MatchSignature(expected_inputs, expected_outputs)); in Compute()
Dconditional_accumulator_base_op.h152 OP_REQUIRES_OK(ctx, ctx->MatchSignature(expected_inputs, {})); in CheckSignature()
220 ctx->MatchSignature(GetExpectedInputs(accumulator), in CheckSignature()
Dconditional_accumulator_base_op.cc98 ctx, ctx->MatchSignature(GetExpectedInputs(accumulator), {DT_INT32})); in CheckSignature()
Dcwise_ops_common.cc24 OP_REQUIRES_OK(ctx, ctx->MatchSignature({in, in}, {out})); in BinaryOpShared()
Dlistdiff_op.cc33 OP_REQUIRES_OK(context, context->MatchSignature({dt, dt}, {dt, dtidx})); in ListDiffOp()
Dclustering_ops.cc79 context->MatchSignature( in KmeansPlusPlusInitializationOp()
234 context->MatchSignature({DT_FLOAT, DT_INT64}, {DT_INT64})); in KMC2ChainInitializationOp()
286 context->MatchSignature({DT_FLOAT, DT_FLOAT, DT_INT64}, in NearestNeighborsOp()
Dgather_nd_op.cc38 OP_REQUIRES_OK(c, c->MatchSignature({dt, index_t}, {dt})); in GatherNdOp()
Ddense_update_ops.cc52 OP_REQUIRES_OK(context, context->MatchSignature({MakeRefType(dt), dt}, in DenseUpdateOp()
Dscatter_nd_op.cc66 OP_REQUIRES_OK(c, c->MatchSignature({index_t, dt, index_t}, {dt})); in ScatterNdOp()
142 OP_REQUIRES_OK(c, c->MatchSignature({dt, index_t, dt}, {dt})); in TensorScatterOp()
244 OP_REQUIRES_OK(c, c->MatchSignature({dt_ref, index_t, dt}, {dt_ref})); in ScatterNdUpdateOp()
247 OP_REQUIRES_OK(c, c->MatchSignature({dt, index_t, dt}, {dt})); in ScatterNdUpdateOp()
Dbarrier_ops.cc542 ctx->MatchSignature({DT_STRING_REF, DT_STRING, in ComputeAsync()
598 ctx, ctx->MatchSignature(expected_inputs, expected_outputs), callback); in ComputeAsync()
Dlookup_table_op.cc837 OP_REQUIRES_OK(ctx, ctx->MatchSignature(expected_inputs, expected_outputs)); in Compute()
870 OP_REQUIRES_OK(ctx, ctx->MatchSignature(expected_inputs, {})); in Compute()
904 OP_REQUIRES_OK(ctx, ctx->MatchSignature(expected_inputs, {})); in Compute()
976 OP_REQUIRES_OK(ctx, ctx->MatchSignature(expected_inputs, {})); in Compute()
Dreduction_ops_common.h136 OP_REQUIRES_OK(ctx, ctx->MatchSignature({dt, pt}, {dt}));
Ddynamic_stitch_op.cc51 OP_REQUIRES_OK(c, c->MatchSignature(expected, {dt})); in DynamicStitchOpImplBase()
Dcontrol_flow_ops.cc204 OP_REQUIRES_OK(context, context->MatchSignature(DataTypeVector(num_in, dt), in MergeOp()
Dcwise_ops_common.h298 OP_REQUIRES_OK(ctx, ctx->MatchSignature({in}, {out})); in UnaryOp()
/external/tensorflow/tensorflow/core/framework/
Dnumeric_op.h34 OP_REQUIRES_OK(context, context->MatchSignature({dt}, {dt})); in UnaryOp()
44 OP_REQUIRES_OK(context, context->MatchSignature({dt, dt}, {dt})); in BinaryOp()
Dop_kernel.h327 Status MatchSignature(const DataTypeSlice expected_inputs,
1168 Status MatchSignature(const DataTypeSlice expected_inputs,
Dop_kernel.cc254 Status OpKernelConstruction::MatchSignature( in MatchSignature() function in tensorflow::OpKernelConstruction
1031 Status OpKernelContext::MatchSignature(const DataTypeSlice expected_inputs, in MatchSignature() function in tensorflow::OpKernelContext
Dop_kernel_test.cc63 ::tensorflow::Status status = context->MatchSignature( in TestOp2()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbcast_ops.cc35 OP_REQUIRES_OK(ctx, ctx->MatchSignature({DT_INT32, DT_INT32}, {DT_INT32})); in BCastArgsOp()
83 ctx, ctx->MatchSignature({DT_INT32, DT_INT32}, {DT_INT32, DT_INT32})); in BCastGradArgsOp()
Ddynamic_stitch_op.cc52 OP_REQUIRES_OK(ctx, ctx->MatchSignature(expected, {dt})); in DynamicStitchOp()