Home
last modified time | relevance | path

Searched refs:GetVariableTypeAndShape (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dvariable_ops.cc38 ctx->GetVariableTypeAndShape(0, &variable_dtype, &variable_shape)); in ValidateAssignUpdateVariableOpShapes()
66 ctx->GetVariableTypeAndShape(0, &variable_dtype, &shape)); in Compile()
Dsharding_util_ops.cc280 ctx, ctx->GetVariableTypeAndShape(/*index=*/0, &variable_input_dtype, in Compile()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h262 Status GetVariableTypeAndShape(int index, DataType* type,
Dxla_op_kernel.cc605 Status XlaOpKernelContext::GetVariableTypeAndShape(int index, DataType* type, in GetVariableTypeAndShape() function in tensorflow::XlaOpKernelContext