Searched refs:tensor_mapping (Results 1 – 2 of 2) sorted by relevance
302 tensor_mapping() const { in tensor_mapping() function in tensorflow::grappler::__anondd39c0ba0111::FunctionOptimizerContext1860 auto it = ctx->tensor_mapping().find(tensor); in InlineIndirectFunctionCall()1861 while (it != ctx->tensor_mapping().end()) { in InlineIndirectFunctionCall()1863 it = ctx->tensor_mapping().find(tensor); in InlineIndirectFunctionCall()1944 if (!ctx.tensor_mapping().empty()) { in RestoreGraphInvariants()1950 auto mapping = ctx.tensor_mapping().find(input_tensor); in RestoreGraphInvariants()1951 if (mapping != ctx.tensor_mapping().end()) { in RestoreGraphInvariants()
234 OperandMapping* tensor_mapping, in NNAPIOpBuilder() argument239 operand_mapping_(tensor_mapping), in NNAPIOpBuilder()