Home
last modified time | relevance | path

Searched refs:InputXlaType (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dsort_ops.cc38 {context->InputXlaType("keys"), context->InputXlaType("values")}, in Compile()
Dstrided_slice_op.cc151 auto zero = xla::Zero(ctx->builder(), ctx->InputXlaType("begin")); in EmitDynamicSlice()
158 OP_REQUIRES(ctx, ctx->InputXlaType("begin") == xla::S32, in EmitDynamicSlice()
163 xla::ConstantR0WithType(ctx->builder(), ctx->InputXlaType("begin"), in EmitDynamicSlice()
485 auto zero = xla::Zero(ctx->builder(), ctx->InputXlaType("begin")); in CompileAsDynamicUpdateSlice()
Dbincount_op.cc59 xla::PrimitiveType dtype = ctx->InputXlaType("weights"); in Compile()
Dimage_ops.cc448 xla::PrimitiveType boxes_xla_type = context->InputXlaType("boxes"); in ComputeResult()
449 xla::PrimitiveType scores_xla_type = context->InputXlaType("scores"); in ComputeResult()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h93 xla::PrimitiveType InputXlaType(absl::string_view name);
Dxla_op_kernel.cc129 xla::PrimitiveType XlaOpKernelContext::InputXlaType(absl::string_view name) { in InputXlaType() function in tensorflow::XlaOpKernelContext