MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / output_list

Method output_list

tensorflow/core/framework/op_kernel.cc:646–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644}
645
646Status OpKernelContext::output_list(StringPiece name, OpOutputList* list) {
647 int start, stop;
648 TF_RETURN_IF_ERROR(params_->op_kernel->OutputRange(name, &start, &stop));
649 *list = OpOutputList(this, start, stop);
650 return Status::OK();
651}
652
653void OpKernelContext::maybe_initialize_scope_id_set() {
654 if (allocated_scope_ids_ == nullptr) {

Callers 15

QuantizeFeaturesFunction · 0.80
ComputeMethod · 0.80
ComputeMethod · 0.80
ComputeMethod · 0.80
TEST_FFunction · 0.80
ComputeMethod · 0.80
ComputeAsyncMethod · 0.80
ComputeMethod · 0.80
InitializeMethod · 0.80
ComputeAsyncMethod · 0.80
ComputeMethod · 0.80
ComputeMethod · 0.80

Calls 2

OpOutputListClass · 0.85
OutputRangeMethod · 0.80

Tested by 3

TEST_FFunction · 0.64
ExecOpMethod · 0.64
ExecOpMethod · 0.64