HomeSort by relevance Sort by last modified time
    Searched refs:checkpoint (Results 101 - 125 of 147) sorted by null

1 2 3 45 6

  /external/tensorflow/tensorflow/python/layers/
normalization_test.py 115 checkpoint = os.path.join(
121 checkpoint,
130 checkpoint,
142 checkpoint, image_val, shape, use_gpu=infer_use_gpu, is_fused=True)
    [all...]
  /external/tensorflow/tensorflow/tools/graph_transforms/
sparsify_gather.cc 167 checkpoint::ParseShapeAndSlice(shape_and_slice, &parsed_full_shape,
180 return errors::Internal("Checkpoint reader was not initialized. ");
  /external/tensorflow/tensorflow/core/grappler/optimizers/
arithmetic_optimizer.cc 114 typename checkpoint::SaveTypeTraits<T>::RepeatedField* tensor_values =
115 checkpoint::MutableTensorProtoData<T>(const_cast<TensorProto*>(&tensor));
    [all...]
constant_folding.cc 105 typename checkpoint::SaveTypeTraits<T>::RepeatedField* tensor_values =
106 checkpoint::MutableTensorProtoData<T>(const_cast<TensorProto*>(&tensor));
    [all...]
  /external/v8/src/compiler/
bytecode-graph-builder.cc 58 // Preserve a checkpoint of the environment for the IR graph. Any
60 Node* Checkpoint(BailoutId bytecode_offset, OutputFrameStateCombine combine,
332 Checkpoint(loop_id, OutputFrameStateCombine::Ignore(), false, nullptr);
333 Node* checkpoint = local
334 graph()->NewNode(common()->Checkpoint(), frame_state, entry, entry);
335 UpdateEffectDependency(checkpoint);
339 Node* effect = checkpoint;
422 Node* BytecodeGraphBuilder::Environment::Checkpoint(
577 // Create an explicit checkpoint node for before the operation. This only
578 // needs to happen if we aren't effect-dominated by a {Checkpoint} already
    [all...]
  /external/vixl/src/aarch64/
macro-assembler-aarch64.cc 43 void Pool::SetNextCheckpoint(ptrdiff_t checkpoint) {
44 masm_->checkpoint_ = std::min(masm_->checkpoint_, checkpoint);
45 checkpoint_ = checkpoint;
    [all...]