Home
last modified time | relevance | path

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

12

/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()
Dconditional_accumulator_base_op.cc36 OP_REQUIRES_OK(ctx, ctx->MatchSignature({DT_STRING_REF, DT_INT64}, {})); in Compute()
74 OP_REQUIRES_OK(ctx, ctx->MatchSignature({DT_STRING_REF}, {DT_INT32})); in Compute()
Dconditional_accumulator_op.cc78 OP_REQUIRES_OK(ctx, ctx->MatchSignature(expected_inputs, {})); in CheckSignature()
105 ctx->MatchSignature({DT_STRING_REF, DT_INT32}, {accumulator->dtype()}), in CheckSignature()
Dsparse_conditional_accumulator_op.cc79 OP_REQUIRES_OK(ctx, ctx->MatchSignature(expected_inputs, {})); in CheckSignature()
107 ctx->MatchSignature({DT_STRING_REF, DT_INT32}, in CheckSignature()
Dlookup_table_init_op.cc58 OP_REQUIRES_OK(ctx, ctx->MatchSignature(expected_inputs, expected_outputs)); in Compute()
125 OP_REQUIRES_OK(ctx, ctx->MatchSignature(expected_inputs, expected_outputs)); in Compute()
Dcwise_ops_common.cc24 OP_REQUIRES_OK(ctx, ctx->MatchSignature({in, in}, {out})); in BinaryOpShared()
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()
Dscatter_nd_op.cc71 OP_REQUIRES_OK(c, c->MatchSignature({index_t, dt, index_t}, {dt})); in ScatterNdOp()
145 OP_REQUIRES_OK(c, c->MatchSignature({dt, index_t, dt}, {dt})); in TensorScatterOp()
236 OP_REQUIRES_OK(c, c->MatchSignature({dt_ref, index_t, dt}, {dt_ref})); in ScatterNdUpdateOp()
239 OP_REQUIRES_OK(c, c->MatchSignature({dt, index_t, dt}, {dt})); in ScatterNdUpdateOp()
Dlistdiff_op.cc33 OP_REQUIRES_OK(context, context->MatchSignature({dt, dt}, {dt, dtidx})); in ListDiffOp()
Ddense_update_ops.cc52 OP_REQUIRES_OK(context, context->MatchSignature({MakeRefType(dt), dt}, in DenseUpdateOp()
Dconditional_accumulator_base_op.h95 TF_RETURN_IF_ERROR(ctx->MatchSignature(expected_inputs, {DT_STRING_REF})); in SetAccumulatorHandle()
Dlookup_table_op.cc797 OP_REQUIRES_OK(ctx, ctx->MatchSignature(expected_inputs, expected_outputs)); in Compute()
832 OP_REQUIRES_OK(ctx, ctx->MatchSignature(expected_inputs, {})); in Compute()
868 OP_REQUIRES_OK(ctx, ctx->MatchSignature(expected_inputs, {})); in Compute()
942 OP_REQUIRES_OK(ctx, ctx->MatchSignature(expected_inputs, {})); in Compute()
Dbarrier_ops.cc542 ctx->MatchSignature({DT_STRING_REF, DT_STRING, in ComputeAsync()
598 ctx, ctx->MatchSignature(expected_inputs, expected_outputs), callback); in ComputeAsync()
Dgather_nd_op.cc41 OP_REQUIRES_OK(c, c->MatchSignature({dt, index_t}, {dt})); in GatherNdOp()
Dreduction_ops_common.h143 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.cc218 OP_REQUIRES_OK(context, context->MatchSignature(DataTypeVector(num_in, dt), in MergeOp()
Dcwise_ops_common.h237 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.h331 Status MatchSignature(const DataTypeSlice expected_inputs,
1131 Status MatchSignature(const DataTypeSlice expected_inputs,
Dop_kernel.cc229 Status OpKernelConstruction::MatchSignature( in MatchSignature() function in tensorflow::OpKernelConstruction
872 Status OpKernelContext::MatchSignature(const DataTypeSlice expected_inputs, in MatchSignature() function in tensorflow::OpKernelContext
/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()
/external/tensorflow/tensorflow/contrib/factorization/kernels/
Dmasked_matmul_ops.cc63 context->MatchSignature( in MaskedMatmulOp()
Dwals_solver_ops.cc66 context->MatchSignature( in WALSComputePartialLhsAndRhsOp()

12