Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dsort_ops.cc33 {context->InputXlaType("input")}, in Compile()
49 {context->InputXlaType("keys"), context->InputXlaType("values")}, in Compile()
Dstrided_slice_op.cc144 auto zero = xla::Zero(ctx->builder(), ctx->InputXlaType("begin")); in EmitDynamicSlice()
151 OP_REQUIRES(ctx, ctx->InputXlaType("begin") == xla::S32, in EmitDynamicSlice()
156 xla::ConstantR0WithType(ctx->builder(), ctx->InputXlaType("begin"), in EmitDynamicSlice()
448 auto zero = xla::Zero(ctx->builder(), ctx->InputXlaType("begin")); in CompileAsDynamicUpdateSlice()
Dimage_ops.cc432 xla::PrimitiveType boxes_xla_type = context->InputXlaType("boxes"); in Compile()
433 xla::PrimitiveType scores_xla_type = context->InputXlaType("scores"); in Compile()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h90 xla::PrimitiveType InputXlaType(absl::string_view name);
Dxla_op_kernel.cc120 xla::PrimitiveType XlaOpKernelContext::InputXlaType(absl::string_view name) { in InputXlaType() function in tensorflow::XlaOpKernelContext