Home
last modified time | relevance | path

Searched refs:IsLegacyScalar (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsummary_op.cc46 (IsLegacyScalar(tags.shape()) && IsLegacyScalar(values.shape())), in Compute()
85 OP_REQUIRES(c, IsLegacyScalar(tags.shape()), in Compute()
Dsave_op.cc58 OP_REQUIRES(ctx, IsLegacyScalar(ctx->input(i).shape()), in Compute()
81 OP_REQUIRES(ctx, IsLegacyScalar(ctx->input(i).shape()), in Compute()
Dsequence_ops.cc39 OP_REQUIRES(context, IsLegacyScalar(start_in.shape()), in Compute()
42 OP_REQUIRES(context, IsLegacyScalar(limit_in.shape()), in Compute()
45 OP_REQUIRES(context, IsLegacyScalar(delta_in.shape()), in Compute()
Dconcat_op.cc60 OP_REQUIRES(c, IsLegacyScalar(concat_dim_tensor->shape()), in Compute()
115 const bool input_is_scalar = IsLegacyScalar(input_shape); in Compute()
118 const bool in_is_scalar = IsLegacyScalar(in.shape()); in Compute()
283 ctx, IsLegacyScalar(concat_dim.shape()), in Compute()
Dquantized_concat_op.cc130 const bool input_is_scalar = IsLegacyScalar(input_shape); in CalculateConcatDims()
133 const bool in_is_scalar = IsLegacyScalar(in.shape()); in CalculateConcatDims()
164 context, IsLegacyScalar(concat_dim_tensor->shape()), in Compute()
Dmkl_concat_op.cc70 OP_REQUIRES(c, IsLegacyScalar(concat_dim_tensor->shape()), in Compute()
102 const bool input_is_scalar = IsLegacyScalar(input_shape); in Compute()
105 const bool in_is_scalar = IsLegacyScalar(input_shapes[i]); in Compute()
171 context, IsLegacyScalar(concat_dim_tensor.shape()), in Compute()
Dsummary_tensor_op.cc35 OP_REQUIRES(c, IsLegacyScalar(tag.shape()), in Compute()
Dsummary_audio_op.cc42 OP_REQUIRES(c, IsLegacyScalar(tag.shape()), in Compute()
Dlogging_ops.cc78 OP_REQUIRES(ctx, IsLegacyScalar(cond.shape()), in Compute()
Dsummary_image_op.cc55 OP_REQUIRES(c, IsLegacyScalar(tags.shape()), in Compute()
Dscatter_op.cc128 IsLegacyScalar(updates.shape())) { in DoCompute()
Dtraining_ops.cc480 OP_REQUIRES(ctx, IsLegacyScalar(alpha.shape()), in Compute()
522 OP_REQUIRES(ctx, IsLegacyScalar(alpha_dev.shape()), in Compute()
932 OP_REQUIRES(ctx, IsLegacyScalar(alpha.shape()), in Compute()
1000 OP_REQUIRES(ctx, IsLegacyScalar(lr.shape()), in Compute()
1154 OP_REQUIRES(ctx, IsLegacyScalar(lr.shape()), in Compute()
1359 OP_REQUIRES(ctx, IsLegacyScalar(lr.shape()), in Compute()
1692 OP_REQUIRES(ctx, IsLegacyScalar(lr.shape()), in Compute()
1706 OP_REQUIRES(ctx, IsLegacyScalar(global_step.shape()), in Compute()
1795 OP_REQUIRES(ctx, IsLegacyScalar(lr.shape()), in Compute()
1812 OP_REQUIRES(ctx, IsLegacyScalar(global_step.shape()), in Compute()
Dconstant_op.cc161 OP_REQUIRES(context, IsLegacyScalar(Tvalue.shape()), in Compute()
Dsegment_reduction_ops.cc442 context, op_kernel->IsLegacyScalar(num_segments.shape()), in UnsortedSegmentReductionValidation()
1021 OP_REQUIRES(context, IsLegacyScalar(output_dim0.shape()), in Compute()
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.h186 bool IsLegacyScalar(const TensorShape& shape) const { in IsLegacyScalar() function
/external/tensorflow/
DRELEASE.md1967 * For C++ API users: `IsLegacyScalar` and `IsLegacyVector` are now gone from