Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dgraph_properties.cc665 std::vector<const TensorProto*> input_tensor_protos; member
713 int input_tensor_protos_size = input_tensor_protos.size(); in DebugString()
715 input_tensor_protos.at(i) != nullptr && in DebugString()
716 t1.FromProto(*input_tensor_protos.at(i))) { in DebugString()
906 } else if (static_cast<int>(ctx->input_tensor_protos.size()) > i && in UpdateFunction()
907 ctx->input_tensor_protos[i] != nullptr) { in UpdateFunction()
909 ic, *ctx->input_tensor_protos[i], ctx->input_types[i]); in UpdateFunction()
1001 ctx->input_tensor_protos.resize(ic->num_inputs(), nullptr); in UpdateNode()
1035 ctx->input_tensor_protos[dst_input] = tensor_proto; in UpdateNode()
1117 const TensorProto* tensor_proto = ctx->input_tensor_protos[dst_input]; in UpdateNode()
[all …]